Shades of Neon Blue #372FFF
Tints of Neon Blue #372FFF
RGB
CMYK
RGB Variations
Color information
#372FFF (or 0x372FFF) is known color: Neon Blue. HEX triplet: 37, 2F and FF. RGB value is (55,47,255). Sum of RGB (Red+Green+Blue) = 55+47+255=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #372FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372FFF is #C8D000. Grayscale: #484848. Windows color (decimal): -13160449 or 16723767. OLE color: 16723767.
HSL color Cylindrical-coordinate representation of color #372FFF: hue angle of 242.31º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #372FFF is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 47 | 255 | - |
| CMYK | 0.78 | 0.82 | 0 | 0 |
| HSL | 242.31º | 1% | 0.59% | - |
| HSV(B) | 242.31º | 0.82% | 1% | - |
| XYZ | 20.64 | 10.07 | 95.46 | - |
| YUV | 73.1 | 230.65 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 255 | 0.78 | 0.82 | 0 | 0 | 242.31 | 1 | 0.59 |
| Hex | 37 | 2F | FF | 4E | 52 | 0 | 0 | F2 | 64 | 3B |
| Octal | 67 | 57 | 377 | 116 | 122 | 0 | 0 | 362 | 144 | 73 |
| Binary | 110111 | 101111 | 11111111 | 1001110 | 1010010 | 0 | 0 | 11110010 | 1100100 | 111011 |
Color Harmonies of #372FFF
Complementary color
Monochromatic Colors of #372FFF
Black with #372FFF
Text Example
Text Example
White with #372FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372FFF; }
p { color: rgb(55,47,255); }
H1.HeaderClassName
{
color: #372FFF;
}
.AnyTagClassName
{
color: #372FFF;
}
</style>
background-color css
<style>
a { background-color: #372FFF; }
a { background-color: rgb(55,47,255); }
div.DivClassName
{
background-color: #372FFF;
}
.BgClassName
{
background-color: #372FFF;
}
</style>
border-color css
<style>
span { border-color: #372FFF; }
span { border-color: rgb(55,47,255); }
td.TdClassName
{
border-color: #372FFF;
}
.TagClassName
{
border-color: #372FFF;
}
</style>