Shades of Neon Blue #373AFD
Tints of Neon Blue #373AFD
RGB
CMYK
RGB Variations
Color information
#373AFD (or 0x373AFD) is known color: Neon Blue. HEX triplet: 37, 3A and FD. RGB value is (55,58,253). Sum of RGB (Red+Green+Blue) = 55+58+253=366 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.03% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 253 (99.22% from 255 or 69.13% from 366); Max value from RGB is 253 - color contains mainly: blue. Hex color #373AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373AFD is #C8C502. Grayscale: #4E4E4E. Windows color (decimal): -13157635 or 16595511. OLE color: 16595511.
HSL color Cylindrical-coordinate representation of color #373AFD: hue angle of 239.09º 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 #373AFD is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 58 | 253 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.01 |
| HSL | 239.09º | 0.98% | 0.6% | - |
| HSV(B) | 239.09º | 0.78% | 0.99% | - |
| XYZ | 20.82 | 10.93 | 93.94 | - |
| YUV | 79.33 | 226.01 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 253 | 0.78 | 0.77 | 0 | 0.01 | 239.09 | 0.98 | 0.6 |
| Hex | 37 | 3A | FD | 4E | 4D | 0 | 1 | EF | 62 | 3C |
| Octal | 67 | 72 | 375 | 116 | 115 | 0 | 1 | 357 | 142 | 74 |
| Binary | 110111 | 111010 | 11111101 | 1001110 | 1001101 | 0 | 1 | 11101111 | 1100010 | 111100 |
Color Harmonies of #373AFD
Complementary color
Monochromatic Colors of #373AFD
Black with #373AFD
Text Example
Text Example
White with #373AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373AFD; }
p { color: rgb(55,58,253); }
H1.HeaderClassName
{
color: #373AFD;
}
.AnyTagClassName
{
color: #373AFD;
}
</style>
background-color css
<style>
a { background-color: #373AFD; }
a { background-color: rgb(55,58,253); }
div.DivClassName
{
background-color: #373AFD;
}
.BgClassName
{
background-color: #373AFD;
}
</style>
border-color css
<style>
span { border-color: #373AFD; }
span { border-color: rgb(55,58,253); }
td.TdClassName
{
border-color: #373AFD;
}
.TagClassName
{
border-color: #373AFD;
}
</style>