Shades of Neon Blue #3242FF
Tints of Neon Blue #3242FF
RGB
CMYK
RGB Variations
Color information
#3242FF (or 0x3242FF) is known color: Neon Blue. HEX triplet: 32, 42 and FF. RGB value is (50,66,255). Sum of RGB (Red+Green+Blue) = 50+66+255=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #3242FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3242FF is #CDBD00. Grayscale: #515151. Windows color (decimal): -13483265 or 16728626. OLE color: 16728626.
HSL color Cylindrical-coordinate representation of color #3242FF: hue angle of 235.32º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3242FF is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 66 | 255 | - |
| CMYK | 0.80 | 0.74 | 0 | 0 |
| HSL | 235.32º | 1% | 0.6% | - |
| HSV(B) | 235.32º | 0.8% | 1% | - |
| XYZ | 21.31 | 11.79 | 95.76 | - |
| YUV | 82.76 | 225.2 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 255 | 0.80 | 0.74 | 0 | 0 | 235.32 | 1 | 0.6 |
| Hex | 32 | 42 | FF | 50 | 4A | 0 | 0 | EB | 64 | 3C |
| Octal | 62 | 102 | 377 | 120 | 112 | 0 | 0 | 353 | 144 | 74 |
| Binary | 110010 | 1000010 | 11111111 | 1010000 | 1001010 | 0 | 0 | 11101011 | 1100100 | 111100 |
Color Harmonies of #3242FF
Complementary color
Monochromatic Colors of #3242FF
Black with #3242FF
Text Example
Text Example
White with #3242FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3242FF; }
p { color: rgb(50,66,255); }
H1.HeaderClassName
{
color: #3242FF;
}
.AnyTagClassName
{
color: #3242FF;
}
</style>
background-color css
<style>
a { background-color: #3242FF; }
a { background-color: rgb(50,66,255); }
div.DivClassName
{
background-color: #3242FF;
}
.BgClassName
{
background-color: #3242FF;
}
</style>
border-color css
<style>
span { border-color: #3242FF; }
span { border-color: rgb(50,66,255); }
td.TdClassName
{
border-color: #3242FF;
}
.TagClassName
{
border-color: #3242FF;
}
</style>