Shades of Neon Blue #254FFD
Tints of Neon Blue #254FFD
RGB
CMYK
RGB Variations
Color information
#254FFD (or 0x254FFD) is known color: Neon Blue. HEX triplet: 25, 4F and FD. RGB value is (37,79,253). Sum of RGB (Red+Green+Blue) = 37+79+253=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #254FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254FFD is #DAB002. Grayscale: #555555. Windows color (decimal): -14331907 or 16600869. OLE color: 16600869.
HSL color Cylindrical-coordinate representation of color #254FFD: hue angle of 228.33º 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 #254FFD is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 79 | 253 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.01 |
| HSL | 228.33º | 0.98% | 0.57% | - |
| HSV(B) | 228.33º | 0.85% | 0.99% | - |
| XYZ | 21.29 | 13.08 | 94.33 | - |
| YUV | 86.28 | 222.09 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 253 | 0.85 | 0.69 | 0 | 0.01 | 228.33 | 0.98 | 0.57 |
| Hex | 25 | 4F | FD | 55 | 45 | 0 | 1 | E4 | 62 | 39 |
| Octal | 45 | 117 | 375 | 125 | 105 | 0 | 1 | 344 | 142 | 71 |
| Binary | 100101 | 1001111 | 11111101 | 1010101 | 1000101 | 0 | 1 | 11100100 | 1100010 | 111001 |
Color Harmonies of #254FFD
Complementary color
Monochromatic Colors of #254FFD
Black with #254FFD
Text Example
Text Example
White with #254FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254FFD; }
p { color: rgb(37,79,253); }
H1.HeaderClassName
{
color: #254FFD;
}
.AnyTagClassName
{
color: #254FFD;
}
</style>
background-color css
<style>
a { background-color: #254FFD; }
a { background-color: rgb(37,79,253); }
div.DivClassName
{
background-color: #254FFD;
}
.BgClassName
{
background-color: #254FFD;
}
</style>
border-color css
<style>
span { border-color: #254FFD; }
span { border-color: rgb(37,79,253); }
td.TdClassName
{
border-color: #254FFD;
}
.TagClassName
{
border-color: #254FFD;
}
</style>