Shades of Neon Blue #372FF1
Tints of Neon Blue #372FF1
RGB
CMYK
RGB Variations
Color information
#372FF1 (or 0x372FF1) is known color: Neon Blue. HEX triplet: 37, 2F and F1. RGB value is (55,47,241). Sum of RGB (Red+Green+Blue) = 55+47+241=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 241 (94.53% from 255 or 70.26% from 343); Max value from RGB is 241 - color contains mainly: blue. Hex color #372FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372FF1 is #C8D00E. Grayscale: #464646. Windows color (decimal): -13160463 or 15806263. OLE color: 15806263.
HSL color Cylindrical-coordinate representation of color #372FF1: hue angle of 242.47º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #372FF1 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 47 | 241 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.05 |
| HSL | 242.47º | 0.87% | 0.56% | - |
| HSV(B) | 242.47º | 0.8% | 0.95% | - |
| XYZ | 18.47 | 9.2 | 84.02 | - |
| YUV | 71.51 | 223.65 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 241 | 0.77 | 0.80 | 0 | 0.05 | 242.47 | 0.87 | 0.56 |
| Hex | 37 | 2F | F1 | 4D | 50 | 0 | 5 | F2 | 57 | 38 |
| Octal | 67 | 57 | 361 | 115 | 120 | 0 | 5 | 362 | 127 | 70 |
| Binary | 110111 | 101111 | 11110001 | 1001101 | 1010000 | 0 | 101 | 11110010 | 1010111 | 111000 |
Color Harmonies of #372FF1
Complementary color
Monochromatic Colors of #372FF1
Black with #372FF1
Text Example
Text Example
White with #372FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372FF1; }
p { color: rgb(55,47,241); }
H1.HeaderClassName
{
color: #372FF1;
}
.AnyTagClassName
{
color: #372FF1;
}
</style>
background-color css
<style>
a { background-color: #372FF1; }
a { background-color: rgb(55,47,241); }
div.DivClassName
{
background-color: #372FF1;
}
.BgClassName
{
background-color: #372FF1;
}
</style>
border-color css
<style>
span { border-color: #372FF1; }
span { border-color: rgb(55,47,241); }
td.TdClassName
{
border-color: #372FF1;
}
.TagClassName
{
border-color: #372FF1;
}
</style>