Shades of Neon Blue #423FEF
Tints of Neon Blue #423FEF
RGB
CMYK
RGB Variations
Color information
#423FEF (or 0x423FEF) is known color: Neon Blue. HEX triplet: 42, 3F and EF. RGB value is (66,63,239). Sum of RGB (Red+Green+Blue) = 66+63+239=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #423FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423FEF is #BDC010. Grayscale: #535353. Windows color (decimal): -12435473 or 15679298. OLE color: 15679298.
HSL color Cylindrical-coordinate representation of color #423FEF: hue angle of 241.02º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #423FEF is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 63 | 239 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.06 |
| HSL | 241.02º | 0.85% | 0.59% | - |
| HSV(B) | 241.02º | 0.74% | 0.94% | - |
| XYZ | 19.6 | 10.95 | 82.74 | - |
| YUV | 83.96 | 215.49 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 239 | 0.72 | 0.74 | 0 | 0.06 | 241.02 | 0.85 | 0.59 |
| Hex | 42 | 3F | EF | 48 | 4A | 0 | 6 | F1 | 55 | 3B |
| Octal | 102 | 77 | 357 | 110 | 112 | 0 | 6 | 361 | 125 | 73 |
| Binary | 1000010 | 111111 | 11101111 | 1001000 | 1001010 | 0 | 110 | 11110001 | 1010101 | 111011 |
Color Harmonies of #423FEF
Complementary color
Monochromatic Colors of #423FEF
Black with #423FEF
Text Example
Text Example
White with #423FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423FEF; }
p { color: rgb(66,63,239); }
H1.HeaderClassName
{
color: #423FEF;
}
.AnyTagClassName
{
color: #423FEF;
}
</style>
background-color css
<style>
a { background-color: #423FEF; }
a { background-color: rgb(66,63,239); }
div.DivClassName
{
background-color: #423FEF;
}
.BgClassName
{
background-color: #423FEF;
}
</style>
border-color css
<style>
span { border-color: #423FEF; }
span { border-color: rgb(66,63,239); }
td.TdClassName
{
border-color: #423FEF;
}
.TagClassName
{
border-color: #423FEF;
}
</style>