Shades of Neon Blue #3240F4
Tints of Neon Blue #3240F4
RGB
CMYK
RGB Variations
Color information
#3240F4 (or 0x3240F4) is known color: Neon Blue. HEX triplet: 32, 40 and F4. RGB value is (50,64,244). Sum of RGB (Red+Green+Blue) = 50+64+244=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 244 (95.70% from 255 or 68.16% from 358); Max value from RGB is 244 - color contains mainly: blue. Hex color #3240F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3240F4 is #CDBF0B. Grayscale: #4F4F4F. Windows color (decimal): -13483788 or 16007218. OLE color: 16007218.
HSL color Cylindrical-coordinate representation of color #3240F4: hue angle of 235.67º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3240F4 is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 64 | 244 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.04 |
| HSL | 235.67º | 0.9% | 0.58% | - |
| HSV(B) | 235.67º | 0.8% | 0.96% | - |
| XYZ | 19.48 | 10.88 | 86.66 | - |
| YUV | 80.33 | 220.36 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 244 | 0.80 | 0.74 | 0 | 0.04 | 235.67 | 0.9 | 0.58 |
| Hex | 32 | 40 | F4 | 50 | 4A | 0 | 4 | EC | 5A | 3A |
| Octal | 62 | 100 | 364 | 120 | 112 | 0 | 4 | 354 | 132 | 72 |
| Binary | 110010 | 1000000 | 11110100 | 1010000 | 1001010 | 0 | 100 | 11101100 | 1011010 | 111010 |
Color Harmonies of #3240F4
Complementary color
Monochromatic Colors of #3240F4
Black with #3240F4
Text Example
Text Example
White with #3240F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3240F4; }
p { color: rgb(50,64,244); }
H1.HeaderClassName
{
color: #3240F4;
}
.AnyTagClassName
{
color: #3240F4;
}
</style>
background-color css
<style>
a { background-color: #3240F4; }
a { background-color: rgb(50,64,244); }
div.DivClassName
{
background-color: #3240F4;
}
.BgClassName
{
background-color: #3240F4;
}
</style>
border-color css
<style>
span { border-color: #3240F4; }
span { border-color: rgb(50,64,244); }
td.TdClassName
{
border-color: #3240F4;
}
.TagClassName
{
border-color: #3240F4;
}
</style>