Shades of Neon Blue #2542F7
Tints of Neon Blue #2542F7
RGB
CMYK
RGB Variations
Color information
#2542F7 (or 0x2542F7) is known color: Neon Blue. HEX triplet: 25, 42 and F7. RGB value is (37,66,247). Sum of RGB (Red+Green+Blue) = 37+66+247=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 247 (96.88% from 255 or 70.57% from 350); Max value from RGB is 247 - color contains mainly: blue. Hex color #2542F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2542F7 is #DABD08. Grayscale: #4D4D4D. Windows color (decimal): -14335241 or 16204325. OLE color: 16204325.
HSL color Cylindrical-coordinate representation of color #2542F7: hue angle of 231.71º degrees, saturation: 0.93, 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 #2542F7 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 66 | 247 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.03 |
| HSL | 231.71º | 0.93% | 0.56% | - |
| HSV(B) | 231.71º | 0.85% | 0.97% | - |
| XYZ | 19.5 | 11.01 | 89.09 | - |
| YUV | 77.96 | 223.39 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 247 | 0.85 | 0.73 | 0 | 0.03 | 231.71 | 0.93 | 0.56 |
| Hex | 25 | 42 | F7 | 55 | 49 | 0 | 3 | E8 | 5D | 38 |
| Octal | 45 | 102 | 367 | 125 | 111 | 0 | 3 | 350 | 135 | 70 |
| Binary | 100101 | 1000010 | 11110111 | 1010101 | 1001001 | 0 | 11 | 11101000 | 1011101 | 111000 |
Color Harmonies of #2542F7
Complementary color
Monochromatic Colors of #2542F7
Black with #2542F7
Text Example
Text Example
White with #2542F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2542F7; }
p { color: rgb(37,66,247); }
H1.HeaderClassName
{
color: #2542F7;
}
.AnyTagClassName
{
color: #2542F7;
}
</style>
background-color css
<style>
a { background-color: #2542F7; }
a { background-color: rgb(37,66,247); }
div.DivClassName
{
background-color: #2542F7;
}
.BgClassName
{
background-color: #2542F7;
}
</style>
border-color css
<style>
span { border-color: #2542F7; }
span { border-color: rgb(37,66,247); }
td.TdClassName
{
border-color: #2542F7;
}
.TagClassName
{
border-color: #2542F7;
}
</style>