Shades of Neon Blue #423BF6
Tints of Neon Blue #423BF6
RGB
CMYK
RGB Variations
Color information
#423BF6 (or 0x423BF6) is known color: Neon Blue. HEX triplet: 42, 3B and F6. RGB value is (66,59,246). Sum of RGB (Red+Green+Blue) = 66+59+246=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 246 (96.48% from 255 or 66.31% from 371); Max value from RGB is 246 - color contains mainly: blue. Hex color #423BF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423BF6 is #BDC409. Grayscale: #515151. Windows color (decimal): -12436490 or 16137026. OLE color: 16137026.
HSL color Cylindrical-coordinate representation of color #423BF6: hue angle of 242.25º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #423BF6 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 59 | 246 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.04 |
| HSL | 242.25º | 0.91% | 0.6% | - |
| HSV(B) | 242.25º | 0.76% | 0.96% | - |
| XYZ | 20.45 | 10.94 | 88.22 | - |
| YUV | 82.41 | 220.32 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 246 | 0.73 | 0.76 | 0 | 0.04 | 242.25 | 0.91 | 0.6 |
| Hex | 42 | 3B | F6 | 49 | 4C | 0 | 4 | F2 | 5B | 3C |
| Octal | 102 | 73 | 366 | 111 | 114 | 0 | 4 | 362 | 133 | 74 |
| Binary | 1000010 | 111011 | 11110110 | 1001001 | 1001100 | 0 | 100 | 11110010 | 1011011 | 111100 |
Color Harmonies of #423BF6
Complementary color
Monochromatic Colors of #423BF6
Black with #423BF6
Text Example
Text Example
White with #423BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423BF6; }
p { color: rgb(66,59,246); }
H1.HeaderClassName
{
color: #423BF6;
}
.AnyTagClassName
{
color: #423BF6;
}
</style>
background-color css
<style>
a { background-color: #423BF6; }
a { background-color: rgb(66,59,246); }
div.DivClassName
{
background-color: #423BF6;
}
.BgClassName
{
background-color: #423BF6;
}
</style>
border-color css
<style>
span { border-color: #423BF6; }
span { border-color: rgb(66,59,246); }
td.TdClassName
{
border-color: #423BF6;
}
.TagClassName
{
border-color: #423BF6;
}
</style>