Shades of Neon Blue #373FFD
Tints of Neon Blue #373FFD
RGB
CMYK
RGB Variations
Color information
#373FFD (or 0x373FFD) is known color: Neon Blue. HEX triplet: 37, 3F and FD. RGB value is (55,63,253). Sum of RGB (Red+Green+Blue) = 55+63+253=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #373FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373FFD is #C8C002. Grayscale: #515151. Windows color (decimal): -13156355 or 16596791. OLE color: 16596791.
HSL color Cylindrical-coordinate representation of color #373FFD: hue angle of 237.58º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #373FFD is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 63 | 253 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.01 |
| HSL | 237.58º | 0.98% | 0.6% | - |
| HSV(B) | 237.58º | 0.78% | 0.99% | - |
| XYZ | 21.08 | 11.46 | 94.03 | - |
| YUV | 82.27 | 224.35 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 253 | 0.78 | 0.75 | 0 | 0.01 | 237.58 | 0.98 | 0.6 |
| Hex | 37 | 3F | FD | 4E | 4B | 0 | 1 | EE | 62 | 3C |
| Octal | 67 | 77 | 375 | 116 | 113 | 0 | 1 | 356 | 142 | 74 |
| Binary | 110111 | 111111 | 11111101 | 1001110 | 1001011 | 0 | 1 | 11101110 | 1100010 | 111100 |
Color Harmonies of #373FFD
Complementary color
Monochromatic Colors of #373FFD
Black with #373FFD
Text Example
Text Example
White with #373FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373FFD; }
p { color: rgb(55,63,253); }
H1.HeaderClassName
{
color: #373FFD;
}
.AnyTagClassName
{
color: #373FFD;
}
</style>
background-color css
<style>
a { background-color: #373FFD; }
a { background-color: rgb(55,63,253); }
div.DivClassName
{
background-color: #373FFD;
}
.BgClassName
{
background-color: #373FFD;
}
</style>
border-color css
<style>
span { border-color: #373FFD; }
span { border-color: rgb(55,63,253); }
td.TdClassName
{
border-color: #373FFD;
}
.TagClassName
{
border-color: #373FFD;
}
</style>