Shades of Neon Blue #353DFF
Tints of Neon Blue #353DFF
RGB
CMYK
RGB Variations
Color information
#353DFF (or 0x353DFF) is known color: Neon Blue. HEX triplet: 35, 3D and FF. RGB value is (53,61,255). Sum of RGB (Red+Green+Blue) = 53+61+255=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #353DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353DFF is #CAC200. Grayscale: #4F4F4F. Windows color (decimal): -13287937 or 16727349. OLE color: 16727349.
HSL color Cylindrical-coordinate representation of color #353DFF: hue angle of 237.62º 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 #353DFF is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 61 | 255 | - |
| CMYK | 0.79 | 0.76 | 0 | 0 |
| HSL | 237.62º | 1% | 0.6% | - |
| HSV(B) | 237.62º | 0.79% | 1% | - |
| XYZ | 21.19 | 11.31 | 95.67 | - |
| YUV | 80.72 | 226.35 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 255 | 0.79 | 0.76 | 0 | 0 | 237.62 | 1 | 0.6 |
| Hex | 35 | 3D | FF | 4F | 4C | 0 | 0 | EE | 64 | 3C |
| Octal | 65 | 75 | 377 | 117 | 114 | 0 | 0 | 356 | 144 | 74 |
| Binary | 110101 | 111101 | 11111111 | 1001111 | 1001100 | 0 | 0 | 11101110 | 1100100 | 111100 |
Color Harmonies of #353DFF
Complementary color
Monochromatic Colors of #353DFF
Black with #353DFF
Text Example
Text Example
White with #353DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353DFF; }
p { color: rgb(53,61,255); }
H1.HeaderClassName
{
color: #353DFF;
}
.AnyTagClassName
{
color: #353DFF;
}
</style>
background-color css
<style>
a { background-color: #353DFF; }
a { background-color: rgb(53,61,255); }
div.DivClassName
{
background-color: #353DFF;
}
.BgClassName
{
background-color: #353DFF;
}
</style>
border-color css
<style>
span { border-color: #353DFF; }
span { border-color: rgb(53,61,255); }
td.TdClassName
{
border-color: #353DFF;
}
.TagClassName
{
border-color: #353DFF;
}
</style>