Shades of Neon Blue #423ADD
Tints of Neon Blue #423ADD
RGB
CMYK
RGB Variations
Color information
#423ADD (or 0x423ADD) is known color: Neon Blue. HEX triplet: 42, 3A and DD. RGB value is (66,58,221). Sum of RGB (Red+Green+Blue) = 66+58+221=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #423ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423ADD is #BDC522. Grayscale: #4E4E4E. Windows color (decimal): -12436771 or 14498370. OLE color: 14498370.
HSL color Cylindrical-coordinate representation of color #423ADD: hue angle of 242.94º 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 #423ADD is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 58 | 221 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.13 |
| HSL | 242.94º | 0.71% | 0.55% | - |
| HSV(B) | 242.94º | 0.74% | 0.87% | - |
| XYZ | 16.81 | 9.4 | 69.34 | - |
| YUV | 78.97 | 208.15 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 221 | 0.70 | 0.74 | 0 | 0.13 | 242.94 | 0.71 | 0.55 |
| Hex | 42 | 3A | DD | 46 | 4A | 0 | D | F3 | 47 | 37 |
| Octal | 102 | 72 | 335 | 106 | 112 | 0 | 15 | 363 | 107 | 67 |
| Binary | 1000010 | 111010 | 11011101 | 1000110 | 1001010 | 0 | 1101 | 11110011 | 1000111 | 110111 |
Color Harmonies of #423ADD
Complementary color
Monochromatic Colors of #423ADD
Black with #423ADD
Text Example
Text Example
White with #423ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423ADD; }
p { color: rgb(66,58,221); }
H1.HeaderClassName
{
color: #423ADD;
}
.AnyTagClassName
{
color: #423ADD;
}
</style>
background-color css
<style>
a { background-color: #423ADD; }
a { background-color: rgb(66,58,221); }
div.DivClassName
{
background-color: #423ADD;
}
.BgClassName
{
background-color: #423ADD;
}
</style>
border-color css
<style>
span { border-color: #423ADD; }
span { border-color: rgb(66,58,221); }
td.TdClassName
{
border-color: #423ADD;
}
.TagClassName
{
border-color: #423ADD;
}
</style>