Shades of Neon Blue #4239FD
Tints of Neon Blue #4239FD
RGB
CMYK
RGB Variations
Color information
#4239FD (or 0x4239FD) is known color: Neon Blue. HEX triplet: 42, 39 and FD. RGB value is (66,57,253). Sum of RGB (Red+Green+Blue) = 66+57+253=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #4239FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4239FD is #BDC602. Grayscale: #515151. Windows color (decimal): -12436995 or 16595266. OLE color: 16595266.
HSL color Cylindrical-coordinate representation of color #4239FD: hue angle of 242.76º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4239FD is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 57 | 253 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.01 |
| HSL | 242.76º | 0.98% | 0.61% | - |
| HSV(B) | 242.76º | 0.77% | 0.99% | - |
| XYZ | 21.44 | 11.18 | 93.96 | - |
| YUV | 82.04 | 224.48 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 253 | 0.74 | 0.77 | 0 | 0.01 | 242.76 | 0.98 | 0.61 |
| Hex | 42 | 39 | FD | 4A | 4D | 0 | 1 | F3 | 62 | 3D |
| Octal | 102 | 71 | 375 | 112 | 115 | 0 | 1 | 363 | 142 | 75 |
| Binary | 1000010 | 111001 | 11111101 | 1001010 | 1001101 | 0 | 1 | 11110011 | 1100010 | 111101 |
Color Harmonies of #4239FD
Complementary color
Monochromatic Colors of #4239FD
Black with #4239FD
Text Example
Text Example
White with #4239FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4239FD; }
p { color: rgb(66,57,253); }
H1.HeaderClassName
{
color: #4239FD;
}
.AnyTagClassName
{
color: #4239FD;
}
</style>
background-color css
<style>
a { background-color: #4239FD; }
a { background-color: rgb(66,57,253); }
div.DivClassName
{
background-color: #4239FD;
}
.BgClassName
{
background-color: #4239FD;
}
</style>
border-color css
<style>
span { border-color: #4239FD; }
span { border-color: rgb(66,57,253); }
td.TdClassName
{
border-color: #4239FD;
}
.TagClassName
{
border-color: #4239FD;
}
</style>