Shades of Neon Blue #4245F6
Tints of Neon Blue #4245F6
RGB
CMYK
RGB Variations
Color information
#4245F6 (or 0x4245F6) is known color: Neon Blue. HEX triplet: 42, 45 and F6. RGB value is (66,69,246). Sum of RGB (Red+Green+Blue) = 66+69+246=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 246 (96.48% from 255 or 64.57% from 381); Max value from RGB is 246 - color contains mainly: blue. Hex color #4245F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4245F6 is #BDBA09. Grayscale: #575757. Windows color (decimal): -12433930 or 16139586. OLE color: 16139586.
HSL color Cylindrical-coordinate representation of color #4245F6: hue angle of 239º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4245F6 is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 69 | 246 | - |
| CMYK | 0.73 | 0.72 | 0 | 0.04 |
| HSL | 239º | 0.91% | 0.61% | - |
| HSV(B) | 239º | 0.73% | 0.96% | - |
| XYZ | 21.01 | 12.07 | 88.41 | - |
| YUV | 88.28 | 217.01 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 246 | 0.73 | 0.72 | 0 | 0.04 | 239 | 0.91 | 0.61 |
| Hex | 42 | 45 | F6 | 49 | 48 | 0 | 4 | EF | 5B | 3D |
| Octal | 102 | 105 | 366 | 111 | 110 | 0 | 4 | 357 | 133 | 75 |
| Binary | 1000010 | 1000101 | 11110110 | 1001001 | 1001000 | 0 | 100 | 11101111 | 1011011 | 111101 |
Color Harmonies of #4245F6
Complementary color
Monochromatic Colors of #4245F6
Black with #4245F6
Text Example
Text Example
White with #4245F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4245F6; }
p { color: rgb(66,69,246); }
H1.HeaderClassName
{
color: #4245F6;
}
.AnyTagClassName
{
color: #4245F6;
}
</style>
background-color css
<style>
a { background-color: #4245F6; }
a { background-color: rgb(66,69,246); }
div.DivClassName
{
background-color: #4245F6;
}
.BgClassName
{
background-color: #4245F6;
}
</style>
border-color css
<style>
span { border-color: #4245F6; }
span { border-color: rgb(66,69,246); }
td.TdClassName
{
border-color: #4245F6;
}
.TagClassName
{
border-color: #4245F6;
}
</style>