Shades of Neon Blue #355BFF
Tints of Neon Blue #355BFF
RGB
CMYK
RGB Variations
Color information
#355BFF (or 0x355BFF) is known color: Neon Blue. HEX triplet: 35, 5B and FF. RGB value is (53,91,255). Sum of RGB (Red+Green+Blue) = 53+91+255=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #355BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355BFF is #CAA400. Grayscale: #616161. Windows color (decimal): -13280257 or 16735029. OLE color: 16735029.
HSL color Cylindrical-coordinate representation of color #355BFF: hue angle of 228.71º 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 #355BFF is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 91 | 255 | - |
| CMYK | 0.79 | 0.64 | 0 | 0 |
| HSL | 228.71º | 1% | 0.6% | - |
| HSV(B) | 228.71º | 0.79% | 1% | - |
| XYZ | 23.26 | 15.46 | 96.37 | - |
| YUV | 98.33 | 216.41 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 255 | 0.79 | 0.64 | 0 | 0 | 228.71 | 1 | 0.6 |
| Hex | 35 | 5B | FF | 4F | 40 | 0 | 0 | E5 | 64 | 3C |
| Octal | 65 | 133 | 377 | 117 | 100 | 0 | 0 | 345 | 144 | 74 |
| Binary | 110101 | 1011011 | 11111111 | 1001111 | 1000000 | 0 | 0 | 11100101 | 1100100 | 111100 |
Color Harmonies of #355BFF
Complementary color
Monochromatic Colors of #355BFF
Black with #355BFF
Text Example
Text Example
White with #355BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355BFF; }
p { color: rgb(53,91,255); }
H1.HeaderClassName
{
color: #355BFF;
}
.AnyTagClassName
{
color: #355BFF;
}
</style>
background-color css
<style>
a { background-color: #355BFF; }
a { background-color: rgb(53,91,255); }
div.DivClassName
{
background-color: #355BFF;
}
.BgClassName
{
background-color: #355BFF;
}
</style>
border-color css
<style>
span { border-color: #355BFF; }
span { border-color: rgb(53,91,255); }
td.TdClassName
{
border-color: #355BFF;
}
.TagClassName
{
border-color: #355BFF;
}
</style>