Shades of Neon Blue #423FFF
Tints of Neon Blue #423FFF
RGB
CMYK
RGB Variations
Color information
#423FFF (or 0x423FFF) is known color: Neon Blue. HEX triplet: 42, 3F and FF. RGB value is (66,63,255). Sum of RGB (Red+Green+Blue) = 66+63+255=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #423FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423FFF is #BDC000. Grayscale: #555555. Windows color (decimal): -12435457 or 16727874. OLE color: 16727874.
HSL color Cylindrical-coordinate representation of color #423FFF: hue angle of 240.94º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #423FFF is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 63 | 255 | - |
| CMYK | 0.74 | 0.75 | 0 | 0 |
| HSL | 240.94º | 1% | 0.62% | - |
| HSV(B) | 240.94º | 0.75% | 1% | - |
| XYZ | 22.07 | 11.93 | 95.75 | - |
| YUV | 85.79 | 223.49 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 255 | 0.74 | 0.75 | 0 | 0 | 240.94 | 1 | 0.62 |
| Hex | 42 | 3F | FF | 4A | 4B | 0 | 0 | F1 | 64 | 3E |
| Octal | 102 | 77 | 377 | 112 | 113 | 0 | 0 | 361 | 144 | 76 |
| Binary | 1000010 | 111111 | 11111111 | 1001010 | 1001011 | 0 | 0 | 11110001 | 1100100 | 111110 |
Color Harmonies of #423FFF
Complementary color
Monochromatic Colors of #423FFF
Black with #423FFF
Text Example
Text Example
White with #423FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423FFF; }
p { color: rgb(66,63,255); }
H1.HeaderClassName
{
color: #423FFF;
}
.AnyTagClassName
{
color: #423FFF;
}
</style>
background-color css
<style>
a { background-color: #423FFF; }
a { background-color: rgb(66,63,255); }
div.DivClassName
{
background-color: #423FFF;
}
.BgClassName
{
background-color: #423FFF;
}
</style>
border-color css
<style>
span { border-color: #423FFF; }
span { border-color: rgb(66,63,255); }
td.TdClassName
{
border-color: #423FFF;
}
.TagClassName
{
border-color: #423FFF;
}
</style>