Shades of Neon Blue #423AED
Tints of Neon Blue #423AED
RGB
CMYK
RGB Variations
Color information
#423AED (or 0x423AED) is known color: Neon Blue. HEX triplet: 42, 3A and ED. RGB value is (66,58,237). Sum of RGB (Red+Green+Blue) = 66+58+237=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #423AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423AED is #BDC512. Grayscale: #505050. Windows color (decimal): -12436755 or 15546946. OLE color: 15546946.
HSL color Cylindrical-coordinate representation of color #423AED: hue angle of 242.68º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #423AED is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 58 | 237 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.07 |
| HSL | 242.68º | 0.83% | 0.58% | - |
| HSV(B) | 242.68º | 0.76% | 0.93% | - |
| XYZ | 19.05 | 10.3 | 81.1 | - |
| YUV | 80.8 | 216.15 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 237 | 0.72 | 0.76 | 0 | 0.07 | 242.68 | 0.83 | 0.58 |
| Hex | 42 | 3A | ED | 48 | 4C | 0 | 7 | F3 | 53 | 3A |
| Octal | 102 | 72 | 355 | 110 | 114 | 0 | 7 | 363 | 123 | 72 |
| Binary | 1000010 | 111010 | 11101101 | 1001000 | 1001100 | 0 | 111 | 11110011 | 1010011 | 111010 |
Color Harmonies of #423AED
Complementary color
Monochromatic Colors of #423AED
Black with #423AED
Text Example
Text Example
White with #423AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423AED; }
p { color: rgb(66,58,237); }
H1.HeaderClassName
{
color: #423AED;
}
.AnyTagClassName
{
color: #423AED;
}
</style>
background-color css
<style>
a { background-color: #423AED; }
a { background-color: rgb(66,58,237); }
div.DivClassName
{
background-color: #423AED;
}
.BgClassName
{
background-color: #423AED;
}
</style>
border-color css
<style>
span { border-color: #423AED; }
span { border-color: rgb(66,58,237); }
td.TdClassName
{
border-color: #423AED;
}
.TagClassName
{
border-color: #423AED;
}
</style>