Shades of Neon Blue #4249FE
Tints of Neon Blue #4249FE
RGB
CMYK
RGB Variations
Color information
#4249FE (or 0x4249FE) is known color: Neon Blue. HEX triplet: 42, 49 and FE. RGB value is (66,73,254). Sum of RGB (Red+Green+Blue) = 66+73+254=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #4249FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4249FE is #BDB601. Grayscale: #5A5A5A. Windows color (decimal): -12432898 or 16664898. OLE color: 16664898.
HSL color Cylindrical-coordinate representation of color #4249FE: hue angle of 237.77º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4249FE is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 73 | 254 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.00 |
| HSL | 237.77º | 0.99% | 0.63% | - |
| HSV(B) | 237.77º | 0.74% | 1% | - |
| XYZ | 22.52 | 13.08 | 95.1 | - |
| YUV | 91.54 | 219.68 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 254 | 0.74 | 0.71 | 0 | 0.00 | 237.77 | 0.99 | 0.63 |
| Hex | 42 | 49 | FE | 4A | 47 | 0 | 0 | EE | 63 | 3F |
| Octal | 102 | 111 | 376 | 112 | 107 | 0 | 0 | 356 | 143 | 77 |
| Binary | 1000010 | 1001001 | 11111110 | 1001010 | 1000111 | 0 | 0 | 11101110 | 1100011 | 111111 |
Color Harmonies of #4249FE
Complementary color
Monochromatic Colors of #4249FE
Black with #4249FE
Text Example
Text Example
White with #4249FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4249FE; }
p { color: rgb(66,73,254); }
H1.HeaderClassName
{
color: #4249FE;
}
.AnyTagClassName
{
color: #4249FE;
}
</style>
background-color css
<style>
a { background-color: #4249FE; }
a { background-color: rgb(66,73,254); }
div.DivClassName
{
background-color: #4249FE;
}
.BgClassName
{
background-color: #4249FE;
}
</style>
border-color css
<style>
span { border-color: #4249FE; }
span { border-color: rgb(66,73,254); }
td.TdClassName
{
border-color: #4249FE;
}
.TagClassName
{
border-color: #4249FE;
}
</style>