Shades of Neon Blue #423DED
Tints of Neon Blue #423DED
RGB
CMYK
RGB Variations
Color information
#423DED (or 0x423DED) is known color: Neon Blue. HEX triplet: 42, 3D and ED. RGB value is (66,61,237). Sum of RGB (Red+Green+Blue) = 66+61+237=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #423DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423DED is #BDC212. Grayscale: #515151. Windows color (decimal): -12435987 or 15547714. OLE color: 15547714.
HSL color Cylindrical-coordinate representation of color #423DED: hue angle of 241.7º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #423DED is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 61 | 237 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.07 |
| HSL | 241.7º | 0.83% | 0.58% | - |
| HSV(B) | 241.7º | 0.74% | 0.93% | - |
| XYZ | 19.2 | 10.61 | 81.16 | - |
| YUV | 82.56 | 215.16 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 237 | 0.72 | 0.74 | 0 | 0.07 | 241.7 | 0.83 | 0.58 |
| Hex | 42 | 3D | ED | 48 | 4A | 0 | 7 | F2 | 53 | 3A |
| Octal | 102 | 75 | 355 | 110 | 112 | 0 | 7 | 362 | 123 | 72 |
| Binary | 1000010 | 111101 | 11101101 | 1001000 | 1001010 | 0 | 111 | 11110010 | 1010011 | 111010 |
Color Harmonies of #423DED
Complementary color
Monochromatic Colors of #423DED
Black with #423DED
Text Example
Text Example
White with #423DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423DED; }
p { color: rgb(66,61,237); }
H1.HeaderClassName
{
color: #423DED;
}
.AnyTagClassName
{
color: #423DED;
}
</style>
background-color css
<style>
a { background-color: #423DED; }
a { background-color: rgb(66,61,237); }
div.DivClassName
{
background-color: #423DED;
}
.BgClassName
{
background-color: #423DED;
}
</style>
border-color css
<style>
span { border-color: #423DED; }
span { border-color: rgb(66,61,237); }
td.TdClassName
{
border-color: #423DED;
}
.TagClassName
{
border-color: #423DED;
}
</style>