Shades of Neon Blue #3237F4
Tints of Neon Blue #3237F4
RGB
CMYK
RGB Variations
Color information
#3237F4 (or 0x3237F4) is known color: Neon Blue. HEX triplet: 32, 37 and F4. RGB value is (50,55,244). Sum of RGB (Red+Green+Blue) = 50+55+244=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 244 (95.70% from 255 or 69.91% from 349); Max value from RGB is 244 - color contains mainly: blue. Hex color #3237F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3237F4 is #CDC80B. Grayscale: #4A4A4A. Windows color (decimal): -13486092 or 16004914. OLE color: 16004914.
HSL color Cylindrical-coordinate representation of color #3237F4: hue angle of 238.45º 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 #3237F4 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 55 | 244 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.04 |
| HSL | 238.45º | 0.9% | 0.58% | - |
| HSV(B) | 238.45º | 0.8% | 0.96% | - |
| XYZ | 19.01 | 9.94 | 86.51 | - |
| YUV | 75.05 | 223.34 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 244 | 0.80 | 0.77 | 0 | 0.04 | 238.45 | 0.9 | 0.58 |
| Hex | 32 | 37 | F4 | 50 | 4D | 0 | 4 | EE | 5A | 3A |
| Octal | 62 | 67 | 364 | 120 | 115 | 0 | 4 | 356 | 132 | 72 |
| Binary | 110010 | 110111 | 11110100 | 1010000 | 1001101 | 0 | 100 | 11101110 | 1011010 | 111010 |
Color Harmonies of #3237F4
Complementary color
Monochromatic Colors of #3237F4
Black with #3237F4
Text Example
Text Example
White with #3237F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3237F4; }
p { color: rgb(50,55,244); }
H1.HeaderClassName
{
color: #3237F4;
}
.AnyTagClassName
{
color: #3237F4;
}
</style>
background-color css
<style>
a { background-color: #3237F4; }
a { background-color: rgb(50,55,244); }
div.DivClassName
{
background-color: #3237F4;
}
.BgClassName
{
background-color: #3237F4;
}
</style>
border-color css
<style>
span { border-color: #3237F4; }
span { border-color: rgb(50,55,244); }
td.TdClassName
{
border-color: #3237F4;
}
.TagClassName
{
border-color: #3237F4;
}
</style>