Shades of Neon Blue #3535FF
Tints of Neon Blue #3535FF
RGB
CMYK
RGB Variations
Color information
#3535FF (or 0x3535FF) is known color: Neon Blue. HEX triplet: 35, 35 and FF. RGB value is (53,53,255). Sum of RGB (Red+Green+Blue) = 53+53+255=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #3535FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3535FF is #CACA00. Grayscale: #4B4B4B. Windows color (decimal): -13289985 or 16725301. OLE color: 16725301.
HSL color Cylindrical-coordinate representation of color #3535FF: hue angle of 240º 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 #3535FF is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 53 | 255 | - |
| CMYK | 0.79 | 0.79 | 0 | 0 |
| HSL | 240º | 1% | 0.6% | - |
| HSV(B) | 240º | 0.79% | 1% | - |
| XYZ | 20.79 | 10.52 | 95.54 | - |
| YUV | 76.03 | 229 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 53 | 255 | 0.79 | 0.79 | 0 | 0 | 240 | 1 | 0.6 |
| Hex | 35 | 35 | FF | 4F | 4F | 0 | 0 | F0 | 64 | 3C |
| Octal | 65 | 65 | 377 | 117 | 117 | 0 | 0 | 360 | 144 | 74 |
| Binary | 110101 | 110101 | 11111111 | 1001111 | 1001111 | 0 | 0 | 11110000 | 1100100 | 111100 |
Color Harmonies of #3535FF
Complementary color
Monochromatic Colors of #3535FF
Black with #3535FF
Text Example
Text Example
White with #3535FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3535FF; }
p { color: rgb(53,53,255); }
H1.HeaderClassName
{
color: #3535FF;
}
.AnyTagClassName
{
color: #3535FF;
}
</style>
background-color css
<style>
a { background-color: #3535FF; }
a { background-color: rgb(53,53,255); }
div.DivClassName
{
background-color: #3535FF;
}
.BgClassName
{
background-color: #3535FF;
}
</style>
border-color css
<style>
span { border-color: #3535FF; }
span { border-color: rgb(53,53,255); }
td.TdClassName
{
border-color: #3535FF;
}
.TagClassName
{
border-color: #3535FF;
}
</style>