Shades of Neon Blue #372FEA
Tints of Neon Blue #372FEA
RGB
CMYK
RGB Variations
Color information
#372FEA (or 0x372FEA) is known color: Neon Blue. HEX triplet: 37, 2F and EA. RGB value is (55,47,234). Sum of RGB (Red+Green+Blue) = 55+47+234=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #372FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372FEA is #C8D015. Grayscale: #454545. Windows color (decimal): -13160470 or 15347511. OLE color: 15347511.
HSL color Cylindrical-coordinate representation of color #372FEA: hue angle of 242.57º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #372FEA is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 47 | 234 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.08 |
| HSL | 242.57º | 0.82% | 0.55% | - |
| HSV(B) | 242.57º | 0.8% | 0.92% | - |
| XYZ | 17.44 | 8.79 | 78.62 | - |
| YUV | 70.71 | 220.15 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 234 | 0.76 | 0.80 | 0 | 0.08 | 242.57 | 0.82 | 0.55 |
| Hex | 37 | 2F | EA | 4C | 50 | 0 | 8 | F3 | 52 | 37 |
| Octal | 67 | 57 | 352 | 114 | 120 | 0 | 10 | 363 | 122 | 67 |
| Binary | 110111 | 101111 | 11101010 | 1001100 | 1010000 | 0 | 1000 | 11110011 | 1010010 | 110111 |
Color Harmonies of #372FEA
Complementary color
Monochromatic Colors of #372FEA
Black with #372FEA
Text Example
Text Example
White with #372FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372FEA; }
p { color: rgb(55,47,234); }
H1.HeaderClassName
{
color: #372FEA;
}
.AnyTagClassName
{
color: #372FEA;
}
</style>
background-color css
<style>
a { background-color: #372FEA; }
a { background-color: rgb(55,47,234); }
div.DivClassName
{
background-color: #372FEA;
}
.BgClassName
{
background-color: #372FEA;
}
</style>
border-color css
<style>
span { border-color: #372FEA; }
span { border-color: rgb(55,47,234); }
td.TdClassName
{
border-color: #372FEA;
}
.TagClassName
{
border-color: #372FEA;
}
</style>