Shades of Neon Blue #423FFA
Tints of Neon Blue #423FFA
RGB
CMYK
RGB Variations
Color information
#423FFA (or 0x423FFA) is known color: Neon Blue. HEX triplet: 42, 3F and FA. RGB value is (66,63,250). Sum of RGB (Red+Green+Blue) = 66+63+250=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #423FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423FFA is #BDC005. Grayscale: #545454. Windows color (decimal): -12435462 or 16400194. OLE color: 16400194.
HSL color Cylindrical-coordinate representation of color #423FFA: hue angle of 240.96º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #423FFA is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 63 | 250 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.02 |
| HSL | 240.96º | 0.95% | 0.61% | - |
| HSV(B) | 240.96º | 0.75% | 0.98% | - |
| XYZ | 21.28 | 11.62 | 91.56 | - |
| YUV | 85.22 | 220.99 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 250 | 0.74 | 0.75 | 0 | 0.02 | 240.96 | 0.95 | 0.61 |
| Hex | 42 | 3F | FA | 4A | 4B | 0 | 2 | F1 | 5F | 3D |
| Octal | 102 | 77 | 372 | 112 | 113 | 0 | 2 | 361 | 137 | 75 |
| Binary | 1000010 | 111111 | 11111010 | 1001010 | 1001011 | 0 | 10 | 11110001 | 1011111 | 111101 |
Color Harmonies of #423FFA
Complementary color
Monochromatic Colors of #423FFA
Black with #423FFA
Text Example
Text Example
White with #423FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423FFA; }
p { color: rgb(66,63,250); }
H1.HeaderClassName
{
color: #423FFA;
}
.AnyTagClassName
{
color: #423FFA;
}
</style>
background-color css
<style>
a { background-color: #423FFA; }
a { background-color: rgb(66,63,250); }
div.DivClassName
{
background-color: #423FFA;
}
.BgClassName
{
background-color: #423FFA;
}
</style>
border-color css
<style>
span { border-color: #423FFA; }
span { border-color: rgb(66,63,250); }
td.TdClassName
{
border-color: #423FFA;
}
.TagClassName
{
border-color: #423FFA;
}
</style>