Shades of Neon Blue #372EFE
Tints of Neon Blue #372EFE
RGB
CMYK
RGB Variations
Color information
#372EFE (or 0x372EFE) is known color: Neon Blue. HEX triplet: 37, 2E and FE. RGB value is (55,46,254). Sum of RGB (Red+Green+Blue) = 55+46+254=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #372EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372EFE is #C8D101. Grayscale: #474747. Windows color (decimal): -13160706 or 16657975. OLE color: 16657975.
HSL color Cylindrical-coordinate representation of color #372EFE: hue angle of 242.6º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #372EFE is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 46 | 254 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.00 |
| HSL | 242.6º | 0.99% | 0.59% | - |
| HSV(B) | 242.6º | 0.82% | 1% | - |
| XYZ | 20.44 | 9.92 | 94.6 | - |
| YUV | 72.4 | 230.48 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 254 | 0.78 | 0.82 | 0 | 0.00 | 242.6 | 0.99 | 0.59 |
| Hex | 37 | 2E | FE | 4E | 52 | 0 | 0 | F3 | 63 | 3B |
| Octal | 67 | 56 | 376 | 116 | 122 | 0 | 0 | 363 | 143 | 73 |
| Binary | 110111 | 101110 | 11111110 | 1001110 | 1010010 | 0 | 0 | 11110011 | 1100011 | 111011 |
Color Harmonies of #372EFE
Complementary color
Monochromatic Colors of #372EFE
Black with #372EFE
Text Example
Text Example
White with #372EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372EFE; }
p { color: rgb(55,46,254); }
H1.HeaderClassName
{
color: #372EFE;
}
.AnyTagClassName
{
color: #372EFE;
}
</style>
background-color css
<style>
a { background-color: #372EFE; }
a { background-color: rgb(55,46,254); }
div.DivClassName
{
background-color: #372EFE;
}
.BgClassName
{
background-color: #372EFE;
}
</style>
border-color css
<style>
span { border-color: #372EFE; }
span { border-color: rgb(55,46,254); }
td.TdClassName
{
border-color: #372EFE;
}
.TagClassName
{
border-color: #372EFE;
}
</style>