Shades of Neon Blue #373CF4
Tints of Neon Blue #373CF4
RGB
CMYK
RGB Variations
Color information
#373CF4 (or 0x373CF4) is known color: Neon Blue. HEX triplet: 37, 3C and F4. RGB value is (55,60,244). Sum of RGB (Red+Green+Blue) = 55+60+244=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 244 (95.70% from 255 or 67.97% from 359); Max value from RGB is 244 - color contains mainly: blue. Hex color #373CF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373CF4 is #C8C30B. Grayscale: #4E4E4E. Windows color (decimal): -13157132 or 16006199. OLE color: 16006199.
HSL color Cylindrical-coordinate representation of color #373CF4: hue angle of 238.41º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #373CF4 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 60 | 244 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.04 |
| HSL | 238.41º | 0.9% | 0.59% | - |
| HSV(B) | 238.41º | 0.77% | 0.96% | - |
| XYZ | 19.52 | 10.58 | 86.6 | - |
| YUV | 79.48 | 220.84 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 244 | 0.77 | 0.75 | 0 | 0.04 | 238.41 | 0.9 | 0.59 |
| Hex | 37 | 3C | F4 | 4D | 4B | 0 | 4 | EE | 5A | 3B |
| Octal | 67 | 74 | 364 | 115 | 113 | 0 | 4 | 356 | 132 | 73 |
| Binary | 110111 | 111100 | 11110100 | 1001101 | 1001011 | 0 | 100 | 11101110 | 1011010 | 111011 |
Color Harmonies of #373CF4
Complementary color
Monochromatic Colors of #373CF4
Black with #373CF4
Text Example
Text Example
White with #373CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373CF4; }
p { color: rgb(55,60,244); }
H1.HeaderClassName
{
color: #373CF4;
}
.AnyTagClassName
{
color: #373CF4;
}
</style>
background-color css
<style>
a { background-color: #373CF4; }
a { background-color: rgb(55,60,244); }
div.DivClassName
{
background-color: #373CF4;
}
.BgClassName
{
background-color: #373CF4;
}
</style>
border-color css
<style>
span { border-color: #373CF4; }
span { border-color: rgb(55,60,244); }
td.TdClassName
{
border-color: #373CF4;
}
.TagClassName
{
border-color: #373CF4;
}
</style>