Shades of Neon Blue #4246FC
Tints of Neon Blue #4246FC
RGB
CMYK
RGB Variations
Color information
#4246FC (or 0x4246FC) is known color: Neon Blue. HEX triplet: 42, 46 and FC. RGB value is (66,70,252). Sum of RGB (Red+Green+Blue) = 66+70+252=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #4246FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4246FC is #BDB903. Grayscale: #585858. Windows color (decimal): -12433668 or 16533058. OLE color: 16533058.
HSL color Cylindrical-coordinate representation of color #4246FC: hue angle of 238.71º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4246FC is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 70 | 252 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.01 |
| HSL | 238.71º | 0.97% | 0.62% | - |
| HSV(B) | 238.71º | 0.74% | 0.99% | - |
| XYZ | 22.01 | 12.57 | 93.36 | - |
| YUV | 89.55 | 219.67 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 252 | 0.74 | 0.72 | 0 | 0.01 | 238.71 | 0.97 | 0.62 |
| Hex | 42 | 46 | FC | 4A | 48 | 0 | 1 | EF | 61 | 3E |
| Octal | 102 | 106 | 374 | 112 | 110 | 0 | 1 | 357 | 141 | 76 |
| Binary | 1000010 | 1000110 | 11111100 | 1001010 | 1001000 | 0 | 1 | 11101111 | 1100001 | 111110 |
Color Harmonies of #4246FC
Complementary color
Monochromatic Colors of #4246FC
Black with #4246FC
Text Example
Text Example
White with #4246FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4246FC; }
p { color: rgb(66,70,252); }
H1.HeaderClassName
{
color: #4246FC;
}
.AnyTagClassName
{
color: #4246FC;
}
</style>
background-color css
<style>
a { background-color: #4246FC; }
a { background-color: rgb(66,70,252); }
div.DivClassName
{
background-color: #4246FC;
}
.BgClassName
{
background-color: #4246FC;
}
</style>
border-color css
<style>
span { border-color: #4246FC; }
span { border-color: rgb(66,70,252); }
td.TdClassName
{
border-color: #4246FC;
}
.TagClassName
{
border-color: #4246FC;
}
</style>