Shades of Neon Blue #3237F1
Tints of Neon Blue #3237F1
RGB
CMYK
RGB Variations
Color information
#3237F1 (or 0x3237F1) is known color: Neon Blue. HEX triplet: 32, 37 and F1. RGB value is (50,55,241). Sum of RGB (Red+Green+Blue) = 50+55+241=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 241 (94.53% from 255 or 69.65% from 346); Max value from RGB is 241 - color contains mainly: blue. Hex color #3237F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3237F1 is #CDC80E. Grayscale: #494949. Windows color (decimal): -13486095 or 15808306. OLE color: 15808306.
HSL color Cylindrical-coordinate representation of color #3237F1: hue angle of 238.43º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3237F1 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 55 | 241 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.05 |
| HSL | 238.43º | 0.87% | 0.57% | - |
| HSV(B) | 238.43º | 0.79% | 0.95% | - |
| XYZ | 18.56 | 9.76 | 84.13 | - |
| YUV | 74.71 | 221.84 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 241 | 0.79 | 0.77 | 0 | 0.05 | 238.43 | 0.87 | 0.57 |
| Hex | 32 | 37 | F1 | 4F | 4D | 0 | 5 | EE | 57 | 39 |
| Octal | 62 | 67 | 361 | 117 | 115 | 0 | 5 | 356 | 127 | 71 |
| Binary | 110010 | 110111 | 11110001 | 1001111 | 1001101 | 0 | 101 | 11101110 | 1010111 | 111001 |
Color Harmonies of #3237F1
Complementary color
Monochromatic Colors of #3237F1
Black with #3237F1
Text Example
Text Example
White with #3237F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3237F1; }
p { color: rgb(50,55,241); }
H1.HeaderClassName
{
color: #3237F1;
}
.AnyTagClassName
{
color: #3237F1;
}
</style>
background-color css
<style>
a { background-color: #3237F1; }
a { background-color: rgb(50,55,241); }
div.DivClassName
{
background-color: #3237F1;
}
.BgClassName
{
background-color: #3237F1;
}
</style>
border-color css
<style>
span { border-color: #3237F1; }
span { border-color: rgb(50,55,241); }
td.TdClassName
{
border-color: #3237F1;
}
.TagClassName
{
border-color: #3237F1;
}
</style>