Shades of Neon Blue #2542FB
Tints of Neon Blue #2542FB
RGB
CMYK
RGB Variations
Color information
#2542FB (or 0x2542FB) is known color: Neon Blue. HEX triplet: 25, 42 and FB. RGB value is (37,66,251). Sum of RGB (Red+Green+Blue) = 37+66+251=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 251 (98.44% from 255 or 70.90% from 354); Max value from RGB is 251 - color contains mainly: blue. Hex color #2542FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2542FB is #DABD04. Grayscale: #4D4D4D. Windows color (decimal): -14335237 or 16466469. OLE color: 16466469.
HSL color Cylindrical-coordinate representation of color #2542FB: hue angle of 231.87º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2542FB is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 66 | 251 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.02 |
| HSL | 231.87º | 0.96% | 0.56% | - |
| HSV(B) | 231.87º | 0.85% | 0.98% | - |
| XYZ | 20.12 | 11.25 | 92.38 | - |
| YUV | 78.42 | 225.39 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 251 | 0.85 | 0.74 | 0 | 0.02 | 231.87 | 0.96 | 0.56 |
| Hex | 25 | 42 | FB | 55 | 4A | 0 | 2 | E8 | 60 | 38 |
| Octal | 45 | 102 | 373 | 125 | 112 | 0 | 2 | 350 | 140 | 70 |
| Binary | 100101 | 1000010 | 11111011 | 1010101 | 1001010 | 0 | 10 | 11101000 | 1100000 | 111000 |
Color Harmonies of #2542FB
Complementary color
Monochromatic Colors of #2542FB
Black with #2542FB
Text Example
Text Example
White with #2542FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2542FB; }
p { color: rgb(37,66,251); }
H1.HeaderClassName
{
color: #2542FB;
}
.AnyTagClassName
{
color: #2542FB;
}
</style>
background-color css
<style>
a { background-color: #2542FB; }
a { background-color: rgb(37,66,251); }
div.DivClassName
{
background-color: #2542FB;
}
.BgClassName
{
background-color: #2542FB;
}
</style>
border-color css
<style>
span { border-color: #2542FB; }
span { border-color: rgb(37,66,251); }
td.TdClassName
{
border-color: #2542FB;
}
.TagClassName
{
border-color: #2542FB;
}
</style>