Shades of Neon Blue #353FF5
Tints of Neon Blue #353FF5
RGB
CMYK
RGB Variations
Color information
#353FF5 (or 0x353FF5) is known color: Neon Blue. HEX triplet: 35, 3F and F5. RGB value is (53,63,245). Sum of RGB (Red+Green+Blue) = 53+63+245=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 245 (96.09% from 255 or 67.87% from 361); Max value from RGB is 245 - color contains mainly: blue. Hex color #353FF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353FF5 is #CAC00A. Grayscale: #505050. Windows color (decimal): -13287435 or 16072501. OLE color: 16072501.
HSL color Cylindrical-coordinate representation of color #353FF5: hue angle of 236.88º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #353FF5 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 53 | 63 | 245 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.04 |
| HSL | 236.88º | 0.91% | 0.58% | - |
| HSV(B) | 236.88º | 0.78% | 0.96% | - |
| XYZ | 19.73 | 10.9 | 87.45 | - |
| YUV | 80.76 | 220.69 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 245 | 0.78 | 0.74 | 0 | 0.04 | 236.88 | 0.91 | 0.58 |
| Hex | 35 | 3F | F5 | 4E | 4A | 0 | 4 | ED | 5B | 3A |
| Octal | 65 | 77 | 365 | 116 | 112 | 0 | 4 | 355 | 133 | 72 |
| Binary | 110101 | 111111 | 11110101 | 1001110 | 1001010 | 0 | 100 | 11101101 | 1011011 | 111010 |
Color Harmonies of #353FF5
Complementary color
Monochromatic Colors of #353FF5
Black with #353FF5
Text Example
Text Example
White with #353FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353FF5; }
p { color: rgb(53,63,245); }
H1.HeaderClassName
{
color: #353FF5;
}
.AnyTagClassName
{
color: #353FF5;
}
</style>
background-color css
<style>
a { background-color: #353FF5; }
a { background-color: rgb(53,63,245); }
div.DivClassName
{
background-color: #353FF5;
}
.BgClassName
{
background-color: #353FF5;
}
</style>
border-color css
<style>
span { border-color: #353FF5; }
span { border-color: rgb(53,63,245); }
td.TdClassName
{
border-color: #353FF5;
}
.TagClassName
{
border-color: #353FF5;
}
</style>