Shades of Neon Blue #372FFE
Tints of Neon Blue #372FFE
RGB
CMYK
RGB Variations
Color information
#372FFE (or 0x372FFE) is known color: Neon Blue. HEX triplet: 37, 2F and FE. RGB value is (55,47,254). Sum of RGB (Red+Green+Blue) = 55+47+254=356 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.45% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #372FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372FFE is #C8D001. Grayscale: #484848. Windows color (decimal): -13160450 or 16658231. OLE color: 16658231.
HSL color Cylindrical-coordinate representation of color #372FFE: hue angle of 242.32º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #372FFE is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 47 | 254 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.00 |
| HSL | 242.32º | 0.99% | 0.59% | - |
| HSV(B) | 242.32º | 0.81% | 1% | - |
| XYZ | 20.48 | 10 | 94.62 | - |
| YUV | 72.99 | 230.15 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 254 | 0.78 | 0.81 | 0 | 0.00 | 242.32 | 0.99 | 0.59 |
| Hex | 37 | 2F | FE | 4E | 51 | 0 | 0 | F2 | 63 | 3B |
| Octal | 67 | 57 | 376 | 116 | 121 | 0 | 0 | 362 | 143 | 73 |
| Binary | 110111 | 101111 | 11111110 | 1001110 | 1010001 | 0 | 0 | 11110010 | 1100011 | 111011 |
Color Harmonies of #372FFE
Complementary color
Monochromatic Colors of #372FFE
Black with #372FFE
Text Example
Text Example
White with #372FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372FFE; }
p { color: rgb(55,47,254); }
H1.HeaderClassName
{
color: #372FFE;
}
.AnyTagClassName
{
color: #372FFE;
}
</style>
background-color css
<style>
a { background-color: #372FFE; }
a { background-color: rgb(55,47,254); }
div.DivClassName
{
background-color: #372FFE;
}
.BgClassName
{
background-color: #372FFE;
}
</style>
border-color css
<style>
span { border-color: #372FFE; }
span { border-color: rgb(55,47,254); }
td.TdClassName
{
border-color: #372FFE;
}
.TagClassName
{
border-color: #372FFE;
}
</style>