Shades of Neon Blue #423AF9
Tints of Neon Blue #423AF9
RGB
CMYK
RGB Variations
Color information
#423AF9 (or 0x423AF9) is known color: Neon Blue. HEX triplet: 42, 3A and F9. RGB value is (66,58,249). Sum of RGB (Red+Green+Blue) = 66+58+249=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 249 (97.66% from 255 or 66.76% from 373); Max value from RGB is 249 - color contains mainly: blue. Hex color #423AF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423AF9 is #BDC506. Grayscale: #515151. Windows color (decimal): -12436743 or 16333378. OLE color: 16333378.
HSL color Cylindrical-coordinate representation of color #423AF9: hue angle of 242.51º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #423AF9 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 58 | 249 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.02 |
| HSL | 242.51º | 0.94% | 0.6% | - |
| HSV(B) | 242.51º | 0.77% | 0.98% | - |
| XYZ | 20.86 | 11.02 | 90.65 | - |
| YUV | 82.17 | 222.15 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 249 | 0.73 | 0.77 | 0 | 0.02 | 242.51 | 0.94 | 0.6 |
| Hex | 42 | 3A | F9 | 49 | 4D | 0 | 2 | F3 | 5E | 3C |
| Octal | 102 | 72 | 371 | 111 | 115 | 0 | 2 | 363 | 136 | 74 |
| Binary | 1000010 | 111010 | 11111001 | 1001001 | 1001101 | 0 | 10 | 11110011 | 1011110 | 111100 |
Color Harmonies of #423AF9
Complementary color
Monochromatic Colors of #423AF9
Black with #423AF9
Text Example
Text Example
White with #423AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423AF9; }
p { color: rgb(66,58,249); }
H1.HeaderClassName
{
color: #423AF9;
}
.AnyTagClassName
{
color: #423AF9;
}
</style>
background-color css
<style>
a { background-color: #423AF9; }
a { background-color: rgb(66,58,249); }
div.DivClassName
{
background-color: #423AF9;
}
.BgClassName
{
background-color: #423AF9;
}
</style>
border-color css
<style>
span { border-color: #423AF9; }
span { border-color: rgb(66,58,249); }
td.TdClassName
{
border-color: #423AF9;
}
.TagClassName
{
border-color: #423AF9;
}
</style>