Shades of Neon Blue #423DFF
Tints of Neon Blue #423DFF
RGB
CMYK
RGB Variations
Color information
#423DFF (or 0x423DFF) is known color: Neon Blue. HEX triplet: 42, 3D and FF. RGB value is (66,61,255). Sum of RGB (Red+Green+Blue) = 66+61+255=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #423DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423DFF is #BDC200. Grayscale: #535353. Windows color (decimal): -12435969 or 16727362. OLE color: 16727362.
HSL color Cylindrical-coordinate representation of color #423DFF: hue angle of 241.55º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #423DFF is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 61 | 255 | - |
| CMYK | 0.74 | 0.76 | 0 | 0 |
| HSL | 241.55º | 1% | 0.62% | - |
| HSV(B) | 241.55º | 0.76% | 1% | - |
| XYZ | 21.97 | 11.72 | 95.71 | - |
| YUV | 84.61 | 224.16 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 255 | 0.74 | 0.76 | 0 | 0 | 241.55 | 1 | 0.62 |
| Hex | 42 | 3D | FF | 4A | 4C | 0 | 0 | F2 | 64 | 3E |
| Octal | 102 | 75 | 377 | 112 | 114 | 0 | 0 | 362 | 144 | 76 |
| Binary | 1000010 | 111101 | 11111111 | 1001010 | 1001100 | 0 | 0 | 11110010 | 1100100 | 111110 |
Color Harmonies of #423DFF
Complementary color
Monochromatic Colors of #423DFF
Black with #423DFF
Text Example
Text Example
White with #423DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423DFF; }
p { color: rgb(66,61,255); }
H1.HeaderClassName
{
color: #423DFF;
}
.AnyTagClassName
{
color: #423DFF;
}
</style>
background-color css
<style>
a { background-color: #423DFF; }
a { background-color: rgb(66,61,255); }
div.DivClassName
{
background-color: #423DFF;
}
.BgClassName
{
background-color: #423DFF;
}
</style>
border-color css
<style>
span { border-color: #423DFF; }
span { border-color: rgb(66,61,255); }
td.TdClassName
{
border-color: #423DFF;
}
.TagClassName
{
border-color: #423DFF;
}
</style>