Shades of Neon Blue #2542FE
Tints of Neon Blue #2542FE
RGB
CMYK
RGB Variations
Color information
#2542FE (or 0x2542FE) is known color: Neon Blue. HEX triplet: 25, 42 and FE. RGB value is (37,66,254). Sum of RGB (Red+Green+Blue) = 37+66+254=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #2542FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2542FE is #DABD01. Grayscale: #4D4D4D. Windows color (decimal): -14335234 or 16663077. OLE color: 16663077.
HSL color Cylindrical-coordinate representation of color #2542FE: hue angle of 231.98º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2542FE is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 66 | 254 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.00 |
| HSL | 231.98º | 0.99% | 0.57% | - |
| HSV(B) | 231.98º | 0.85% | 1% | - |
| XYZ | 20.6 | 11.45 | 94.89 | - |
| YUV | 78.76 | 226.89 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 254 | 0.85 | 0.74 | 0 | 0.00 | 231.98 | 0.99 | 0.57 |
| Hex | 25 | 42 | FE | 55 | 4A | 0 | 0 | E8 | 63 | 39 |
| Octal | 45 | 102 | 376 | 125 | 112 | 0 | 0 | 350 | 143 | 71 |
| Binary | 100101 | 1000010 | 11111110 | 1010101 | 1001010 | 0 | 0 | 11101000 | 1100011 | 111001 |
Color Harmonies of #2542FE
Complementary color
Monochromatic Colors of #2542FE
Black with #2542FE
Text Example
Text Example
White with #2542FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2542FE; }
p { color: rgb(37,66,254); }
H1.HeaderClassName
{
color: #2542FE;
}
.AnyTagClassName
{
color: #2542FE;
}
</style>
background-color css
<style>
a { background-color: #2542FE; }
a { background-color: rgb(37,66,254); }
div.DivClassName
{
background-color: #2542FE;
}
.BgClassName
{
background-color: #2542FE;
}
</style>
border-color css
<style>
span { border-color: #2542FE; }
span { border-color: rgb(37,66,254); }
td.TdClassName
{
border-color: #2542FE;
}
.TagClassName
{
border-color: #2542FE;
}
</style>