Shades of Neon Blue #423EDF
Tints of Neon Blue #423EDF
RGB
CMYK
RGB Variations
Color information
#423EDF (or 0x423EDF) is known color: Neon Blue. HEX triplet: 42, 3E and DF. RGB value is (66,62,223). Sum of RGB (Red+Green+Blue) = 66+62+223=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #423EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423EDF is #BDC120. Grayscale: #505050. Windows color (decimal): -12435745 or 14630466. OLE color: 14630466.
HSL color Cylindrical-coordinate representation of color #423EDF: hue angle of 241.49º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #423EDF is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 62 | 223 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.13 |
| HSL | 241.49º | 0.72% | 0.56% | - |
| HSV(B) | 241.49º | 0.72% | 0.87% | - |
| XYZ | 17.29 | 9.93 | 70.82 | - |
| YUV | 81.55 | 207.83 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 223 | 0.70 | 0.72 | 0 | 0.13 | 241.49 | 0.72 | 0.56 |
| Hex | 42 | 3E | DF | 46 | 48 | 0 | D | F1 | 48 | 38 |
| Octal | 102 | 76 | 337 | 106 | 110 | 0 | 15 | 361 | 110 | 70 |
| Binary | 1000010 | 111110 | 11011111 | 1000110 | 1001000 | 0 | 1101 | 11110001 | 1001000 | 111000 |
Color Harmonies of #423EDF
Complementary color
Monochromatic Colors of #423EDF
Black with #423EDF
Text Example
Text Example
White with #423EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423EDF; }
p { color: rgb(66,62,223); }
H1.HeaderClassName
{
color: #423EDF;
}
.AnyTagClassName
{
color: #423EDF;
}
</style>
background-color css
<style>
a { background-color: #423EDF; }
a { background-color: rgb(66,62,223); }
div.DivClassName
{
background-color: #423EDF;
}
.BgClassName
{
background-color: #423EDF;
}
</style>
border-color css
<style>
span { border-color: #423EDF; }
span { border-color: rgb(66,62,223); }
td.TdClassName
{
border-color: #423EDF;
}
.TagClassName
{
border-color: #423EDF;
}
</style>