Shades of Neon Blue #3241FF
Tints of Neon Blue #3241FF
RGB
CMYK
RGB Variations
Color information
#3241FF (or 0x3241FF) is known color: Neon Blue. HEX triplet: 32, 41 and FF. RGB value is (50,65,255). Sum of RGB (Red+Green+Blue) = 50+65+255=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #3241FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3241FF is #CDBE00. Grayscale: #515151. Windows color (decimal): -13483521 or 16728370. OLE color: 16728370.
HSL color Cylindrical-coordinate representation of color #3241FF: hue angle of 235.61º 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 #3241FF is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 65 | 255 | - |
| CMYK | 0.80 | 0.75 | 0 | 0 |
| HSL | 235.61º | 1% | 0.6% | - |
| HSV(B) | 235.61º | 0.8% | 1% | - |
| XYZ | 21.26 | 11.68 | 95.74 | - |
| YUV | 82.18 | 225.53 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 255 | 0.80 | 0.75 | 0 | 0 | 235.61 | 1 | 0.6 |
| Hex | 32 | 41 | FF | 50 | 4B | 0 | 0 | EC | 64 | 3C |
| Octal | 62 | 101 | 377 | 120 | 113 | 0 | 0 | 354 | 144 | 74 |
| Binary | 110010 | 1000001 | 11111111 | 1010000 | 1001011 | 0 | 0 | 11101100 | 1100100 | 111100 |
Color Harmonies of #3241FF
Complementary color
Monochromatic Colors of #3241FF
Black with #3241FF
Text Example
Text Example
White with #3241FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3241FF; }
p { color: rgb(50,65,255); }
H1.HeaderClassName
{
color: #3241FF;
}
.AnyTagClassName
{
color: #3241FF;
}
</style>
background-color css
<style>
a { background-color: #3241FF; }
a { background-color: rgb(50,65,255); }
div.DivClassName
{
background-color: #3241FF;
}
.BgClassName
{
background-color: #3241FF;
}
</style>
border-color css
<style>
span { border-color: #3241FF; }
span { border-color: rgb(50,65,255); }
td.TdClassName
{
border-color: #3241FF;
}
.TagClassName
{
border-color: #3241FF;
}
</style>