Shades of Neon Blue #372FEC
Tints of Neon Blue #372FEC
RGB
CMYK
RGB Variations
Color information
#372FEC (or 0x372FEC) is known color: Neon Blue. HEX triplet: 37, 2F and EC. RGB value is (55,47,236). Sum of RGB (Red+Green+Blue) = 55+47+236=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 236 (92.58% from 255 or 69.82% from 338); Max value from RGB is 236 - color contains mainly: blue. Hex color #372FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372FEC is #C8D013. Grayscale: #464646. Windows color (decimal): -13160468 or 15478583. OLE color: 15478583.
HSL color Cylindrical-coordinate representation of color #372FEC: hue angle of 242.54º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #372FEC is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 47 | 236 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.07 |
| HSL | 242.54º | 0.83% | 0.55% | - |
| HSV(B) | 242.54º | 0.8% | 0.93% | - |
| XYZ | 17.73 | 8.9 | 80.14 | - |
| YUV | 70.94 | 221.15 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 236 | 0.77 | 0.80 | 0 | 0.07 | 242.54 | 0.83 | 0.55 |
| Hex | 37 | 2F | EC | 4D | 50 | 0 | 7 | F3 | 53 | 37 |
| Octal | 67 | 57 | 354 | 115 | 120 | 0 | 7 | 363 | 123 | 67 |
| Binary | 110111 | 101111 | 11101100 | 1001101 | 1010000 | 0 | 111 | 11110011 | 1010011 | 110111 |
Color Harmonies of #372FEC
Complementary color
Monochromatic Colors of #372FEC
Black with #372FEC
Text Example
Text Example
White with #372FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372FEC; }
p { color: rgb(55,47,236); }
H1.HeaderClassName
{
color: #372FEC;
}
.AnyTagClassName
{
color: #372FEC;
}
</style>
background-color css
<style>
a { background-color: #372FEC; }
a { background-color: rgb(55,47,236); }
div.DivClassName
{
background-color: #372FEC;
}
.BgClassName
{
background-color: #372FEC;
}
</style>
border-color css
<style>
span { border-color: #372FEC; }
span { border-color: rgb(55,47,236); }
td.TdClassName
{
border-color: #372FEC;
}
.TagClassName
{
border-color: #372FEC;
}
</style>