Shades of Neon Blue #254CF8
Tints of Neon Blue #254CF8
RGB
CMYK
RGB Variations
Color information
#254CF8 (or 0x254CF8) is known color: Neon Blue. HEX triplet: 25, 4C and F8. RGB value is (37,76,248). Sum of RGB (Red+Green+Blue) = 37+76+248=361 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.25% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 248 (97.27% from 255 or 68.70% from 361); Max value from RGB is 248 - color contains mainly: blue. Hex color #254CF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254CF8 is #DAB307. Grayscale: #535353. Windows color (decimal): -14332680 or 16272421. OLE color: 16272421.
HSL color Cylindrical-coordinate representation of color #254CF8: hue angle of 228.91º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #254CF8 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 76 | 248 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.03 |
| HSL | 228.91º | 0.94% | 0.56% | - |
| HSV(B) | 228.91º | 0.85% | 0.97% | - |
| XYZ | 20.29 | 12.34 | 90.12 | - |
| YUV | 83.95 | 220.58 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 248 | 0.85 | 0.69 | 0 | 0.03 | 228.91 | 0.94 | 0.56 |
| Hex | 25 | 4C | F8 | 55 | 45 | 0 | 3 | E5 | 5E | 38 |
| Octal | 45 | 114 | 370 | 125 | 105 | 0 | 3 | 345 | 136 | 70 |
| Binary | 100101 | 1001100 | 11111000 | 1010101 | 1000101 | 0 | 11 | 11100101 | 1011110 | 111000 |
Color Harmonies of #254CF8
Complementary color
Monochromatic Colors of #254CF8
Black with #254CF8
Text Example
Text Example
White with #254CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254CF8; }
p { color: rgb(37,76,248); }
H1.HeaderClassName
{
color: #254CF8;
}
.AnyTagClassName
{
color: #254CF8;
}
</style>
background-color css
<style>
a { background-color: #254CF8; }
a { background-color: rgb(37,76,248); }
div.DivClassName
{
background-color: #254CF8;
}
.BgClassName
{
background-color: #254CF8;
}
</style>
border-color css
<style>
span { border-color: #254CF8; }
span { border-color: rgb(37,76,248); }
td.TdClassName
{
border-color: #254CF8;
}
.TagClassName
{
border-color: #254CF8;
}
</style>