Shades of Neon Blue #423CEF
Tints of Neon Blue #423CEF
RGB
CMYK
RGB Variations
Color information
#423CEF (or 0x423CEF) is known color: Neon Blue. HEX triplet: 42, 3C and EF. RGB value is (66,60,239). Sum of RGB (Red+Green+Blue) = 66+60+239=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 239 (93.75% from 255 or 65.48% from 365); Max value from RGB is 239 - color contains mainly: blue. Hex color #423CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423CEF is #BDC310. Grayscale: #515151. Windows color (decimal): -12436241 or 15678530. OLE color: 15678530.
HSL color Cylindrical-coordinate representation of color #423CEF: hue angle of 242.01º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #423CEF is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 60 | 239 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.06 |
| HSL | 242.01º | 0.85% | 0.59% | - |
| HSV(B) | 242.01º | 0.75% | 0.94% | - |
| XYZ | 19.44 | 10.62 | 82.69 | - |
| YUV | 82.2 | 216.49 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 239 | 0.72 | 0.75 | 0 | 0.06 | 242.01 | 0.85 | 0.59 |
| Hex | 42 | 3C | EF | 48 | 4B | 0 | 6 | F2 | 55 | 3B |
| Octal | 102 | 74 | 357 | 110 | 113 | 0 | 6 | 362 | 125 | 73 |
| Binary | 1000010 | 111100 | 11101111 | 1001000 | 1001011 | 0 | 110 | 11110010 | 1010101 | 111011 |
Color Harmonies of #423CEF
Complementary color
Monochromatic Colors of #423CEF
Black with #423CEF
Text Example
Text Example
White with #423CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423CEF; }
p { color: rgb(66,60,239); }
H1.HeaderClassName
{
color: #423CEF;
}
.AnyTagClassName
{
color: #423CEF;
}
</style>
background-color css
<style>
a { background-color: #423CEF; }
a { background-color: rgb(66,60,239); }
div.DivClassName
{
background-color: #423CEF;
}
.BgClassName
{
background-color: #423CEF;
}
</style>
border-color css
<style>
span { border-color: #423CEF; }
span { border-color: rgb(66,60,239); }
td.TdClassName
{
border-color: #423CEF;
}
.TagClassName
{
border-color: #423CEF;
}
</style>