Shades of Neon Blue #252BFC
Tints of Neon Blue #252BFC
RGB
CMYK
RGB Variations
Color information
#252BFC (or 0x252BFC) is known color: Neon Blue. HEX triplet: 25, 2B and FC. RGB value is (37,43,252). Sum of RGB (Red+Green+Blue) = 37+43+252=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 252 (98.83% from 255 or 75.90% from 332); Max value from RGB is 252 - color contains mainly: blue. Hex color #252BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252BFC is #DAD403. Grayscale: #404040. Windows color (decimal): -14341124 or 16526117. OLE color: 16526117.
HSL color Cylindrical-coordinate representation of color #252BFC: hue angle of 238.33º degrees, saturation: 0.97, 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 #252BFC is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 43 | 252 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.01 |
| HSL | 238.33º | 0.97% | 0.57% | - |
| HSV(B) | 238.33º | 0.85% | 0.99% | - |
| XYZ | 19.2 | 9.15 | 92.85 | - |
| YUV | 65.03 | 233.51 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 43 | 252 | 0.85 | 0.83 | 0 | 0.01 | 238.33 | 0.97 | 0.57 |
| Hex | 25 | 2B | FC | 55 | 53 | 0 | 1 | EE | 61 | 39 |
| Octal | 45 | 53 | 374 | 125 | 123 | 0 | 1 | 356 | 141 | 71 |
| Binary | 100101 | 101011 | 11111100 | 1010101 | 1010011 | 0 | 1 | 11101110 | 1100001 | 111001 |
Color Harmonies of #252BFC
Complementary color
Monochromatic Colors of #252BFC
Black with #252BFC
Text Example
Text Example
White with #252BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252BFC; }
p { color: rgb(37,43,252); }
H1.HeaderClassName
{
color: #252BFC;
}
.AnyTagClassName
{
color: #252BFC;
}
</style>
background-color css
<style>
a { background-color: #252BFC; }
a { background-color: rgb(37,43,252); }
div.DivClassName
{
background-color: #252BFC;
}
.BgClassName
{
background-color: #252BFC;
}
</style>
border-color css
<style>
span { border-color: #252BFC; }
span { border-color: rgb(37,43,252); }
td.TdClassName
{
border-color: #252BFC;
}
.TagClassName
{
border-color: #252BFC;
}
</style>