Shades of Neon Blue #423ADE
Tints of Neon Blue #423ADE
RGB
CMYK
RGB Variations
Color information
#423ADE (or 0x423ADE) is known color: Neon Blue. HEX triplet: 42, 3A and DE. RGB value is (66,58,222). Sum of RGB (Red+Green+Blue) = 66+58+222=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #423ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423ADE is #BDC521. Grayscale: #4E4E4E. Windows color (decimal): -12436770 or 14563906. OLE color: 14563906.
HSL color Cylindrical-coordinate representation of color #423ADE: hue angle of 242.93º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #423ADE is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 58 | 222 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.13 |
| HSL | 242.93º | 0.71% | 0.55% | - |
| HSV(B) | 242.93º | 0.74% | 0.87% | - |
| XYZ | 16.94 | 9.46 | 70.04 | - |
| YUV | 79.09 | 208.65 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 222 | 0.70 | 0.74 | 0 | 0.13 | 242.93 | 0.71 | 0.55 |
| Hex | 42 | 3A | DE | 46 | 4A | 0 | D | F3 | 47 | 37 |
| Octal | 102 | 72 | 336 | 106 | 112 | 0 | 15 | 363 | 107 | 67 |
| Binary | 1000010 | 111010 | 11011110 | 1000110 | 1001010 | 0 | 1101 | 11110011 | 1000111 | 110111 |
Color Harmonies of #423ADE
Complementary color
Monochromatic Colors of #423ADE
Black with #423ADE
Text Example
Text Example
White with #423ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423ADE; }
p { color: rgb(66,58,222); }
H1.HeaderClassName
{
color: #423ADE;
}
.AnyTagClassName
{
color: #423ADE;
}
</style>
background-color css
<style>
a { background-color: #423ADE; }
a { background-color: rgb(66,58,222); }
div.DivClassName
{
background-color: #423ADE;
}
.BgClassName
{
background-color: #423ADE;
}
</style>
border-color css
<style>
span { border-color: #423ADE; }
span { border-color: rgb(66,58,222); }
td.TdClassName
{
border-color: #423ADE;
}
.TagClassName
{
border-color: #423ADE;
}
</style>