Shades of Neon Blue #423BF9
Tints of Neon Blue #423BF9
RGB
CMYK
RGB Variations
Color information
#423BF9 (or 0x423BF9) is known color: Neon Blue. HEX triplet: 42, 3B and F9. RGB value is (66,59,249). Sum of RGB (Red+Green+Blue) = 66+59+249=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 249 (97.66% from 255 or 66.58% from 374); Max value from RGB is 249 - color contains mainly: blue. Hex color #423BF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423BF9 is #BDC406. Grayscale: #525252. Windows color (decimal): -12436487 or 16333634. OLE color: 16333634.
HSL color Cylindrical-coordinate representation of color #423BF9: hue angle of 242.21º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #423BF9 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 59 | 249 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.02 |
| HSL | 242.21º | 0.94% | 0.6% | - |
| HSV(B) | 242.21º | 0.76% | 0.98% | - |
| XYZ | 20.91 | 11.13 | 90.67 | - |
| YUV | 82.75 | 221.82 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 249 | 0.73 | 0.76 | 0 | 0.02 | 242.21 | 0.94 | 0.6 |
| Hex | 42 | 3B | F9 | 49 | 4C | 0 | 2 | F2 | 5E | 3C |
| Octal | 102 | 73 | 371 | 111 | 114 | 0 | 2 | 362 | 136 | 74 |
| Binary | 1000010 | 111011 | 11111001 | 1001001 | 1001100 | 0 | 10 | 11110010 | 1011110 | 111100 |
Color Harmonies of #423BF9
Complementary color
Monochromatic Colors of #423BF9
Black with #423BF9
Text Example
Text Example
White with #423BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423BF9; }
p { color: rgb(66,59,249); }
H1.HeaderClassName
{
color: #423BF9;
}
.AnyTagClassName
{
color: #423BF9;
}
</style>
background-color css
<style>
a { background-color: #423BF9; }
a { background-color: rgb(66,59,249); }
div.DivClassName
{
background-color: #423BF9;
}
.BgClassName
{
background-color: #423BF9;
}
</style>
border-color css
<style>
span { border-color: #423BF9; }
span { border-color: rgb(66,59,249); }
td.TdClassName
{
border-color: #423BF9;
}
.TagClassName
{
border-color: #423BF9;
}
</style>