Shades of Neon Blue #3239FB
Tints of Neon Blue #3239FB
RGB
CMYK
RGB Variations
Color information
#3239FB (or 0x3239FB) is known color: Neon Blue. HEX triplet: 32, 39 and FB. RGB value is (50,57,251). Sum of RGB (Red+Green+Blue) = 50+57+251=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 251 (98.44% from 255 or 70.11% from 358); Max value from RGB is 251 - color contains mainly: blue. Hex color #3239FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3239FB is #CDC604. Grayscale: #4C4C4C. Windows color (decimal): -13485573 or 16464178. OLE color: 16464178.
HSL color Cylindrical-coordinate representation of color #3239FB: hue angle of 237.91º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3239FB is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 57 | 251 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.02 |
| HSL | 237.91º | 0.96% | 0.59% | - |
| HSV(B) | 237.91º | 0.8% | 0.98% | - |
| XYZ | 20.19 | 10.57 | 92.24 | - |
| YUV | 77.02 | 226.18 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 251 | 0.80 | 0.77 | 0 | 0.02 | 237.91 | 0.96 | 0.59 |
| Hex | 32 | 39 | FB | 50 | 4D | 0 | 2 | EE | 60 | 3B |
| Octal | 62 | 71 | 373 | 120 | 115 | 0 | 2 | 356 | 140 | 73 |
| Binary | 110010 | 111001 | 11111011 | 1010000 | 1001101 | 0 | 10 | 11101110 | 1100000 | 111011 |
Color Harmonies of #3239FB
Complementary color
Monochromatic Colors of #3239FB
Black with #3239FB
Text Example
Text Example
White with #3239FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3239FB; }
p { color: rgb(50,57,251); }
H1.HeaderClassName
{
color: #3239FB;
}
.AnyTagClassName
{
color: #3239FB;
}
</style>
background-color css
<style>
a { background-color: #3239FB; }
a { background-color: rgb(50,57,251); }
div.DivClassName
{
background-color: #3239FB;
}
.BgClassName
{
background-color: #3239FB;
}
</style>
border-color css
<style>
span { border-color: #3239FB; }
span { border-color: rgb(50,57,251); }
td.TdClassName
{
border-color: #3239FB;
}
.TagClassName
{
border-color: #3239FB;
}
</style>