Shades of Neon Blue #3731DF
Tints of Neon Blue #3731DF
RGB
CMYK
RGB Variations
Color information
#3731DF (or 0x3731DF) is known color: Neon Blue. HEX triplet: 37, 31 and DF. RGB value is (55,49,223). Sum of RGB (Red+Green+Blue) = 55+49+223=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #3731DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3731DF is #C8CE20. Grayscale: #454545. Windows color (decimal): -13159969 or 14627127. OLE color: 14627127.
HSL color Cylindrical-coordinate representation of color #3731DF: hue angle of 242.07º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3731DF is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 49 | 223 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.13 |
| HSL | 242.07º | 0.73% | 0.53% | - |
| HSV(B) | 242.07º | 0.78% | 0.87% | - |
| XYZ | 15.99 | 8.34 | 70.58 | - |
| YUV | 70.63 | 213.99 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 223 | 0.75 | 0.78 | 0 | 0.13 | 242.07 | 0.73 | 0.53 |
| Hex | 37 | 31 | DF | 4B | 4E | 0 | D | F2 | 49 | 35 |
| Octal | 67 | 61 | 337 | 113 | 116 | 0 | 15 | 362 | 111 | 65 |
| Binary | 110111 | 110001 | 11011111 | 1001011 | 1001110 | 0 | 1101 | 11110010 | 1001001 | 110101 |
Color Harmonies of #3731DF
Complementary color
Monochromatic Colors of #3731DF
Black with #3731DF
Text Example
Text Example
White with #3731DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3731DF; }
p { color: rgb(55,49,223); }
H1.HeaderClassName
{
color: #3731DF;
}
.AnyTagClassName
{
color: #3731DF;
}
</style>
background-color css
<style>
a { background-color: #3731DF; }
a { background-color: rgb(55,49,223); }
div.DivClassName
{
background-color: #3731DF;
}
.BgClassName
{
background-color: #3731DF;
}
</style>
border-color css
<style>
span { border-color: #3731DF; }
span { border-color: rgb(55,49,223); }
td.TdClassName
{
border-color: #3731DF;
}
.TagClassName
{
border-color: #3731DF;
}
</style>