Shades of Neon Blue #423FFD
Tints of Neon Blue #423FFD
RGB
CMYK
RGB Variations
Color information
#423FFD (or 0x423FFD) is known color: Neon Blue. HEX triplet: 42, 3F and FD. RGB value is (66,63,253). Sum of RGB (Red+Green+Blue) = 66+63+253=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #423FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423FFD is #BDC002. Grayscale: #545454. Windows color (decimal): -12435459 or 16596802. OLE color: 16596802.
HSL color Cylindrical-coordinate representation of color #423FFD: hue angle of 240.95º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #423FFD is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 63 | 253 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.01 |
| HSL | 240.95º | 0.98% | 0.62% | - |
| HSV(B) | 240.95º | 0.75% | 0.99% | - |
| XYZ | 21.75 | 11.81 | 94.06 | - |
| YUV | 85.56 | 222.49 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 253 | 0.74 | 0.75 | 0 | 0.01 | 240.95 | 0.98 | 0.62 |
| Hex | 42 | 3F | FD | 4A | 4B | 0 | 1 | F1 | 62 | 3E |
| Octal | 102 | 77 | 375 | 112 | 113 | 0 | 1 | 361 | 142 | 76 |
| Binary | 1000010 | 111111 | 11111101 | 1001010 | 1001011 | 0 | 1 | 11110001 | 1100010 | 111110 |
Color Harmonies of #423FFD
Complementary color
Monochromatic Colors of #423FFD
Black with #423FFD
Text Example
Text Example
White with #423FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423FFD; }
p { color: rgb(66,63,253); }
H1.HeaderClassName
{
color: #423FFD;
}
.AnyTagClassName
{
color: #423FFD;
}
</style>
background-color css
<style>
a { background-color: #423FFD; }
a { background-color: rgb(66,63,253); }
div.DivClassName
{
background-color: #423FFD;
}
.BgClassName
{
background-color: #423FFD;
}
</style>
border-color css
<style>
span { border-color: #423FFD; }
span { border-color: rgb(66,63,253); }
td.TdClassName
{
border-color: #423FFD;
}
.TagClassName
{
border-color: #423FFD;
}
</style>