Shades of Neon Blue #4239FB
Tints of Neon Blue #4239FB
RGB
CMYK
RGB Variations
Color information
#4239FB (or 0x4239FB) is known color: Neon Blue. HEX triplet: 42, 39 and FB. RGB value is (66,57,251). Sum of RGB (Red+Green+Blue) = 66+57+251=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #4239FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4239FB is #BDC604. Grayscale: #515151. Windows color (decimal): -12436997 or 16464194. OLE color: 16464194.
HSL color Cylindrical-coordinate representation of color #4239FB: hue angle of 242.78º degrees, saturation: 0.96, 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 #4239FB is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 57 | 251 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.02 |
| HSL | 242.78º | 0.96% | 0.6% | - |
| HSV(B) | 242.78º | 0.77% | 0.98% | - |
| XYZ | 21.12 | 11.05 | 92.29 | - |
| YUV | 81.81 | 223.48 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 251 | 0.74 | 0.77 | 0 | 0.02 | 242.78 | 0.96 | 0.6 |
| Hex | 42 | 39 | FB | 4A | 4D | 0 | 2 | F3 | 60 | 3C |
| Octal | 102 | 71 | 373 | 112 | 115 | 0 | 2 | 363 | 140 | 74 |
| Binary | 1000010 | 111001 | 11111011 | 1001010 | 1001101 | 0 | 10 | 11110011 | 1100000 | 111100 |
Color Harmonies of #4239FB
Complementary color
Monochromatic Colors of #4239FB
Black with #4239FB
Text Example
Text Example
White with #4239FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4239FB; }
p { color: rgb(66,57,251); }
H1.HeaderClassName
{
color: #4239FB;
}
.AnyTagClassName
{
color: #4239FB;
}
</style>
background-color css
<style>
a { background-color: #4239FB; }
a { background-color: rgb(66,57,251); }
div.DivClassName
{
background-color: #4239FB;
}
.BgClassName
{
background-color: #4239FB;
}
</style>
border-color css
<style>
span { border-color: #4239FB; }
span { border-color: rgb(66,57,251); }
td.TdClassName
{
border-color: #4239FB;
}
.TagClassName
{
border-color: #4239FB;
}
</style>