Shades of Neon Blue #3135FF
Tints of Neon Blue #3135FF
RGB
CMYK
RGB Variations
Color information
#3135FF (or 0x3135FF) is known color: Neon Blue. HEX triplet: 31, 35 and FF. RGB value is (49,53,255). Sum of RGB (Red+Green+Blue) = 49+53+255=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #3135FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3135FF is #CECA00. Grayscale: #4A4A4A. Windows color (decimal): -13552129 or 16725297. OLE color: 16725297.
HSL color Cylindrical-coordinate representation of color #3135FF: hue angle of 238.83º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3135FF is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 53 | 255 | - |
| CMYK | 0.81 | 0.79 | 0 | 0 |
| HSL | 238.83º | 1% | 0.6% | - |
| HSV(B) | 238.83º | 0.81% | 1% | - |
| XYZ | 20.59 | 10.42 | 95.53 | - |
| YUV | 74.83 | 229.67 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 53 | 255 | 0.81 | 0.79 | 0 | 0 | 238.83 | 1 | 0.6 |
| Hex | 31 | 35 | FF | 51 | 4F | 0 | 0 | EF | 64 | 3C |
| Octal | 61 | 65 | 377 | 121 | 117 | 0 | 0 | 357 | 144 | 74 |
| Binary | 110001 | 110101 | 11111111 | 1010001 | 1001111 | 0 | 0 | 11101111 | 1100100 | 111100 |
Color Harmonies of #3135FF
Complementary color
Monochromatic Colors of #3135FF
Black with #3135FF
Text Example
Text Example
White with #3135FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3135FF; }
p { color: rgb(49,53,255); }
H1.HeaderClassName
{
color: #3135FF;
}
.AnyTagClassName
{
color: #3135FF;
}
</style>
background-color css
<style>
a { background-color: #3135FF; }
a { background-color: rgb(49,53,255); }
div.DivClassName
{
background-color: #3135FF;
}
.BgClassName
{
background-color: #3135FF;
}
</style>
border-color css
<style>
span { border-color: #3135FF; }
span { border-color: rgb(49,53,255); }
td.TdClassName
{
border-color: #3135FF;
}
.TagClassName
{
border-color: #3135FF;
}
</style>