Shades of Neon Blue #4239FA
Tints of Neon Blue #4239FA
RGB
CMYK
RGB Variations
Color information
#4239FA (or 0x4239FA) is known color: Neon Blue. HEX triplet: 42, 39 and FA. RGB value is (66,57,250). Sum of RGB (Red+Green+Blue) = 66+57+250=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #4239FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4239FA is #BDC605. Grayscale: #505050. Windows color (decimal): -12436998 or 16398658. OLE color: 16398658.
HSL color Cylindrical-coordinate representation of color #4239FA: hue angle of 242.8º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4239FA is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 57 | 250 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.02 |
| HSL | 242.8º | 0.95% | 0.6% | - |
| HSV(B) | 242.8º | 0.77% | 0.98% | - |
| XYZ | 20.97 | 10.99 | 91.46 | - |
| YUV | 81.69 | 222.98 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 250 | 0.74 | 0.77 | 0 | 0.02 | 242.8 | 0.95 | 0.6 |
| Hex | 42 | 39 | FA | 4A | 4D | 0 | 2 | F3 | 5F | 3C |
| Octal | 102 | 71 | 372 | 112 | 115 | 0 | 2 | 363 | 137 | 74 |
| Binary | 1000010 | 111001 | 11111010 | 1001010 | 1001101 | 0 | 10 | 11110011 | 1011111 | 111100 |
Color Harmonies of #4239FA
Complementary color
Monochromatic Colors of #4239FA
Black with #4239FA
Text Example
Text Example
White with #4239FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4239FA; }
p { color: rgb(66,57,250); }
H1.HeaderClassName
{
color: #4239FA;
}
.AnyTagClassName
{
color: #4239FA;
}
</style>
background-color css
<style>
a { background-color: #4239FA; }
a { background-color: rgb(66,57,250); }
div.DivClassName
{
background-color: #4239FA;
}
.BgClassName
{
background-color: #4239FA;
}
</style>
border-color css
<style>
span { border-color: #4239FA; }
span { border-color: rgb(66,57,250); }
td.TdClassName
{
border-color: #4239FA;
}
.TagClassName
{
border-color: #4239FA;
}
</style>