Shades of Neon Blue #373EF2
Tints of Neon Blue #373EF2
RGB
CMYK
RGB Variations
Color information
#373EF2 (or 0x373EF2) is known color: Neon Blue. HEX triplet: 37, 3E and F2. RGB value is (55,62,242). Sum of RGB (Red+Green+Blue) = 55+62+242=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 242 (94.92% from 255 or 67.41% from 359); Max value from RGB is 242 - color contains mainly: blue. Hex color #373EF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373EF2 is #C8C10D. Grayscale: #4F4F4F. Windows color (decimal): -13156622 or 15875639. OLE color: 15875639.
HSL color Cylindrical-coordinate representation of color #373EF2: hue angle of 237.75º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #373EF2 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 62 | 242 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.05 |
| HSL | 237.75º | 0.88% | 0.58% | - |
| HSV(B) | 237.75º | 0.77% | 0.95% | - |
| XYZ | 19.33 | 10.67 | 85.05 | - |
| YUV | 80.43 | 219.18 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 242 | 0.77 | 0.74 | 0 | 0.05 | 237.75 | 0.88 | 0.58 |
| Hex | 37 | 3E | F2 | 4D | 4A | 0 | 5 | EE | 58 | 3A |
| Octal | 67 | 76 | 362 | 115 | 112 | 0 | 5 | 356 | 130 | 72 |
| Binary | 110111 | 111110 | 11110010 | 1001101 | 1001010 | 0 | 101 | 11101110 | 1011000 | 111010 |
Color Harmonies of #373EF2
Complementary color
Monochromatic Colors of #373EF2
Black with #373EF2
Text Example
Text Example
White with #373EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373EF2; }
p { color: rgb(55,62,242); }
H1.HeaderClassName
{
color: #373EF2;
}
.AnyTagClassName
{
color: #373EF2;
}
</style>
background-color css
<style>
a { background-color: #373EF2; }
a { background-color: rgb(55,62,242); }
div.DivClassName
{
background-color: #373EF2;
}
.BgClassName
{
background-color: #373EF2;
}
</style>
border-color css
<style>
span { border-color: #373EF2; }
span { border-color: rgb(55,62,242); }
td.TdClassName
{
border-color: #373EF2;
}
.TagClassName
{
border-color: #373EF2;
}
</style>