Shades of Neon Blue #373CFD
Tints of Neon Blue #373CFD
RGB
CMYK
RGB Variations
Color information
#373CFD (or 0x373CFD) is known color: Neon Blue. HEX triplet: 37, 3C and FD. RGB value is (55,60,253). Sum of RGB (Red+Green+Blue) = 55+60+253=368 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.95% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #373CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373CFD is #C8C302. Grayscale: #4F4F4F. Windows color (decimal): -13157123 or 16596023. OLE color: 16596023.
HSL color Cylindrical-coordinate representation of color #373CFD: hue angle of 238.48º 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 #373CFD is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 60 | 253 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.01 |
| HSL | 238.48º | 0.98% | 0.6% | - |
| HSV(B) | 238.48º | 0.78% | 0.99% | - |
| XYZ | 20.92 | 11.14 | 93.98 | - |
| YUV | 80.51 | 225.34 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 253 | 0.78 | 0.76 | 0 | 0.01 | 238.48 | 0.98 | 0.6 |
| Hex | 37 | 3C | FD | 4E | 4C | 0 | 1 | EE | 62 | 3C |
| Octal | 67 | 74 | 375 | 116 | 114 | 0 | 1 | 356 | 142 | 74 |
| Binary | 110111 | 111100 | 11111101 | 1001110 | 1001100 | 0 | 1 | 11101110 | 1100010 | 111100 |
Color Harmonies of #373CFD
Complementary color
Monochromatic Colors of #373CFD
Black with #373CFD
Text Example
Text Example
White with #373CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373CFD; }
p { color: rgb(55,60,253); }
H1.HeaderClassName
{
color: #373CFD;
}
.AnyTagClassName
{
color: #373CFD;
}
</style>
background-color css
<style>
a { background-color: #373CFD; }
a { background-color: rgb(55,60,253); }
div.DivClassName
{
background-color: #373CFD;
}
.BgClassName
{
background-color: #373CFD;
}
</style>
border-color css
<style>
span { border-color: #373CFD; }
span { border-color: rgb(55,60,253); }
td.TdClassName
{
border-color: #373CFD;
}
.TagClassName
{
border-color: #373CFD;
}
</style>