Shades of Neon Blue #423BDF
Tints of Neon Blue #423BDF
RGB
CMYK
RGB Variations
Color information
#423BDF (or 0x423BDF) is known color: Neon Blue. HEX triplet: 42, 3B and DF. RGB value is (66,59,223). Sum of RGB (Red+Green+Blue) = 66+59+223=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #423BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423BDF is #BDC420. Grayscale: #4F4F4F. Windows color (decimal): -12436513 or 14629698. OLE color: 14629698.
HSL color Cylindrical-coordinate representation of color #423BDF: hue angle of 242.56º degrees, saturation: 0.72, 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 #423BDF is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 59 | 223 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.13 |
| HSL | 242.56º | 0.72% | 0.55% | - |
| HSV(B) | 242.56º | 0.74% | 0.87% | - |
| XYZ | 17.13 | 9.61 | 70.76 | - |
| YUV | 79.79 | 208.82 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 223 | 0.70 | 0.74 | 0 | 0.13 | 242.56 | 0.72 | 0.55 |
| Hex | 42 | 3B | DF | 46 | 4A | 0 | D | F3 | 48 | 37 |
| Octal | 102 | 73 | 337 | 106 | 112 | 0 | 15 | 363 | 110 | 67 |
| Binary | 1000010 | 111011 | 11011111 | 1000110 | 1001010 | 0 | 1101 | 11110011 | 1001000 | 110111 |
Color Harmonies of #423BDF
Complementary color
Monochromatic Colors of #423BDF
Black with #423BDF
Text Example
Text Example
White with #423BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423BDF; }
p { color: rgb(66,59,223); }
H1.HeaderClassName
{
color: #423BDF;
}
.AnyTagClassName
{
color: #423BDF;
}
</style>
background-color css
<style>
a { background-color: #423BDF; }
a { background-color: rgb(66,59,223); }
div.DivClassName
{
background-color: #423BDF;
}
.BgClassName
{
background-color: #423BDF;
}
</style>
border-color css
<style>
span { border-color: #423BDF; }
span { border-color: rgb(66,59,223); }
td.TdClassName
{
border-color: #423BDF;
}
.TagClassName
{
border-color: #423BDF;
}
</style>