Shades of Neon Blue #373FFE
Tints of Neon Blue #373FFE
RGB
CMYK
RGB Variations
Color information
#373FFE (or 0x373FFE) is known color: Neon Blue. HEX triplet: 37, 3F and FE. RGB value is (55,63,254). Sum of RGB (Red+Green+Blue) = 55+63+254=372 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.78% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #373FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373FFE is #C8C001. Grayscale: #515151. Windows color (decimal): -13156354 or 16662327. OLE color: 16662327.
HSL color Cylindrical-coordinate representation of color #373FFE: hue angle of 237.59º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #373FFE is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 63 | 254 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.00 |
| HSL | 237.59º | 0.99% | 0.61% | - |
| HSV(B) | 237.59º | 0.78% | 1% | - |
| XYZ | 21.24 | 11.52 | 94.87 | - |
| YUV | 82.38 | 224.85 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 254 | 0.78 | 0.75 | 0 | 0.00 | 237.59 | 0.99 | 0.61 |
| Hex | 37 | 3F | FE | 4E | 4B | 0 | 0 | EE | 63 | 3D |
| Octal | 67 | 77 | 376 | 116 | 113 | 0 | 0 | 356 | 143 | 75 |
| Binary | 110111 | 111111 | 11111110 | 1001110 | 1001011 | 0 | 0 | 11101110 | 1100011 | 111101 |
Color Harmonies of #373FFE
Complementary color
Monochromatic Colors of #373FFE
Black with #373FFE
Text Example
Text Example
White with #373FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373FFE; }
p { color: rgb(55,63,254); }
H1.HeaderClassName
{
color: #373FFE;
}
.AnyTagClassName
{
color: #373FFE;
}
</style>
background-color css
<style>
a { background-color: #373FFE; }
a { background-color: rgb(55,63,254); }
div.DivClassName
{
background-color: #373FFE;
}
.BgClassName
{
background-color: #373FFE;
}
</style>
border-color css
<style>
span { border-color: #373FFE; }
span { border-color: rgb(55,63,254); }
td.TdClassName
{
border-color: #373FFE;
}
.TagClassName
{
border-color: #373FFE;
}
</style>