Shades of Neon Blue #254BFD
Tints of Neon Blue #254BFD
RGB
CMYK
RGB Variations
Color information
#254BFD (or 0x254BFD) is known color: Neon Blue. HEX triplet: 25, 4B and FD. RGB value is (37,75,253). Sum of RGB (Red+Green+Blue) = 37+75+253=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #254BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254BFD is #DAB402. Grayscale: #535353. Windows color (decimal): -14332931 or 16599845. OLE color: 16599845.
HSL color Cylindrical-coordinate representation of color #254BFD: hue angle of 229.44º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #254BFD is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 75 | 253 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.01 |
| HSL | 229.44º | 0.98% | 0.57% | - |
| HSV(B) | 229.44º | 0.85% | 0.99% | - |
| XYZ | 21.01 | 12.52 | 94.24 | - |
| YUV | 83.93 | 223.41 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 253 | 0.85 | 0.70 | 0 | 0.01 | 229.44 | 0.98 | 0.57 |
| Hex | 25 | 4B | FD | 55 | 46 | 0 | 1 | E5 | 62 | 39 |
| Octal | 45 | 113 | 375 | 125 | 106 | 0 | 1 | 345 | 142 | 71 |
| Binary | 100101 | 1001011 | 11111101 | 1010101 | 1000110 | 0 | 1 | 11100101 | 1100010 | 111001 |
Color Harmonies of #254BFD
Complementary color
Monochromatic Colors of #254BFD
Black with #254BFD
Text Example
Text Example
White with #254BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254BFD; }
p { color: rgb(37,75,253); }
H1.HeaderClassName
{
color: #254BFD;
}
.AnyTagClassName
{
color: #254BFD;
}
</style>
background-color css
<style>
a { background-color: #254BFD; }
a { background-color: rgb(37,75,253); }
div.DivClassName
{
background-color: #254BFD;
}
.BgClassName
{
background-color: #254BFD;
}
</style>
border-color css
<style>
span { border-color: #254BFD; }
span { border-color: rgb(37,75,253); }
td.TdClassName
{
border-color: #254BFD;
}
.TagClassName
{
border-color: #254BFD;
}
</style>