Shades of Neon Blue #423CEA
Tints of Neon Blue #423CEA
RGB
CMYK
RGB Variations
Color information
#423CEA (or 0x423CEA) is known color: Neon Blue. HEX triplet: 42, 3C and EA. RGB value is (66,60,234). Sum of RGB (Red+Green+Blue) = 66+60+234=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #423CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423CEA is #BDC315. Grayscale: #505050. Windows color (decimal): -12436246 or 15350850. OLE color: 15350850.
HSL color Cylindrical-coordinate representation of color #423CEA: hue angle of 242.07º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #423CEA is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 60 | 234 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.08 |
| HSL | 242.07º | 0.81% | 0.58% | - |
| HSV(B) | 242.07º | 0.74% | 0.92% | - |
| XYZ | 18.71 | 10.33 | 78.85 | - |
| YUV | 81.63 | 213.99 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 234 | 0.72 | 0.74 | 0 | 0.08 | 242.07 | 0.81 | 0.58 |
| Hex | 42 | 3C | EA | 48 | 4A | 0 | 8 | F2 | 51 | 3A |
| Octal | 102 | 74 | 352 | 110 | 112 | 0 | 10 | 362 | 121 | 72 |
| Binary | 1000010 | 111100 | 11101010 | 1001000 | 1001010 | 0 | 1000 | 11110010 | 1010001 | 111010 |
Color Harmonies of #423CEA
Complementary color
Monochromatic Colors of #423CEA
Black with #423CEA
Text Example
Text Example
White with #423CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423CEA; }
p { color: rgb(66,60,234); }
H1.HeaderClassName
{
color: #423CEA;
}
.AnyTagClassName
{
color: #423CEA;
}
</style>
background-color css
<style>
a { background-color: #423CEA; }
a { background-color: rgb(66,60,234); }
div.DivClassName
{
background-color: #423CEA;
}
.BgClassName
{
background-color: #423CEA;
}
</style>
border-color css
<style>
span { border-color: #423CEA; }
span { border-color: rgb(66,60,234); }
td.TdClassName
{
border-color: #423CEA;
}
.TagClassName
{
border-color: #423CEA;
}
</style>