Shades of Neon Blue #3735FF
Tints of Neon Blue #3735FF
RGB
CMYK
RGB Variations
Color information
#3735FF (or 0x3735FF) is known color: Neon Blue. HEX triplet: 37, 35 and FF. RGB value is (55,53,255). Sum of RGB (Red+Green+Blue) = 55+53+255=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #3735FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3735FF is #C8CA00. Grayscale: #4B4B4B. Windows color (decimal): -13158913 or 16725303. OLE color: 16725303.
HSL color Cylindrical-coordinate representation of color #3735FF: hue angle of 240.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3735FF is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 53 | 255 | - |
| CMYK | 0.78 | 0.79 | 0 | 0 |
| HSL | 240.59º | 1% | 0.6% | - |
| HSV(B) | 240.59º | 0.79% | 1% | - |
| XYZ | 20.9 | 10.58 | 95.55 | - |
| YUV | 76.63 | 228.66 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 53 | 255 | 0.78 | 0.79 | 0 | 0 | 240.59 | 1 | 0.6 |
| Hex | 37 | 35 | FF | 4E | 4F | 0 | 0 | F1 | 64 | 3C |
| Octal | 67 | 65 | 377 | 116 | 117 | 0 | 0 | 361 | 144 | 74 |
| Binary | 110111 | 110101 | 11111111 | 1001110 | 1001111 | 0 | 0 | 11110001 | 1100100 | 111100 |
Color Harmonies of #3735FF
Complementary color
Monochromatic Colors of #3735FF
Black with #3735FF
Text Example
Text Example
White with #3735FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3735FF; }
p { color: rgb(55,53,255); }
H1.HeaderClassName
{
color: #3735FF;
}
.AnyTagClassName
{
color: #3735FF;
}
</style>
background-color css
<style>
a { background-color: #3735FF; }
a { background-color: rgb(55,53,255); }
div.DivClassName
{
background-color: #3735FF;
}
.BgClassName
{
background-color: #3735FF;
}
</style>
border-color css
<style>
span { border-color: #3735FF; }
span { border-color: rgb(55,53,255); }
td.TdClassName
{
border-color: #3735FF;
}
.TagClassName
{
border-color: #3735FF;
}
</style>