Shades of Neon Blue #355EFF
Tints of Neon Blue #355EFF
RGB
CMYK
RGB Variations
Color information
#355EFF (or 0x355EFF) is known color: Neon Blue. HEX triplet: 35, 5E and FF. RGB value is (53,94,255). Sum of RGB (Red+Green+Blue) = 53+94+255=402 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.18% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #355EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355EFF is #CAA100. Grayscale: #636363. Windows color (decimal): -13279489 or 16735797. OLE color: 16735797.
HSL color Cylindrical-coordinate representation of color #355EFF: hue angle of 227.82º 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 #355EFF is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 94 | 255 | - |
| CMYK | 0.79 | 0.63 | 0 | 0 |
| HSL | 227.82º | 1% | 0.6% | - |
| HSV(B) | 227.82º | 0.79% | 1% | - |
| XYZ | 23.52 | 15.98 | 96.45 | - |
| YUV | 100.1 | 215.42 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 255 | 0.79 | 0.63 | 0 | 0 | 227.82 | 1 | 0.6 |
| Hex | 35 | 5E | FF | 4F | 3F | 0 | 0 | E4 | 64 | 3C |
| Octal | 65 | 136 | 377 | 117 | 77 | 0 | 0 | 344 | 144 | 74 |
| Binary | 110101 | 1011110 | 11111111 | 1001111 | 111111 | 0 | 0 | 11100100 | 1100100 | 111100 |
Color Harmonies of #355EFF
Complementary color
Monochromatic Colors of #355EFF
Black with #355EFF
Text Example
Text Example
White with #355EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355EFF; }
p { color: rgb(53,94,255); }
H1.HeaderClassName
{
color: #355EFF;
}
.AnyTagClassName
{
color: #355EFF;
}
</style>
background-color css
<style>
a { background-color: #355EFF; }
a { background-color: rgb(53,94,255); }
div.DivClassName
{
background-color: #355EFF;
}
.BgClassName
{
background-color: #355EFF;
}
</style>
border-color css
<style>
span { border-color: #355EFF; }
span { border-color: rgb(53,94,255); }
td.TdClassName
{
border-color: #355EFF;
}
.TagClassName
{
border-color: #355EFF;
}
</style>