Shades of Neon Blue #355DFF
Tints of Neon Blue #355DFF
RGB
CMYK
RGB Variations
Color information
#355DFF (or 0x355DFF) is known color: Neon Blue. HEX triplet: 35, 5D and FF. RGB value is (53,93,255). Sum of RGB (Red+Green+Blue) = 53+93+255=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #355DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355DFF is #CAA200. Grayscale: #626262. Windows color (decimal): -13279745 or 16735541. OLE color: 16735541.
HSL color Cylindrical-coordinate representation of color #355DFF: hue angle of 228.12º 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 #355DFF is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 93 | 255 | - |
| CMYK | 0.79 | 0.64 | 0 | 0 |
| HSL | 228.12º | 1% | 0.6% | - |
| HSV(B) | 228.12º | 0.79% | 1% | - |
| XYZ | 23.43 | 15.81 | 96.42 | - |
| YUV | 99.51 | 215.75 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 255 | 0.79 | 0.64 | 0 | 0 | 228.12 | 1 | 0.6 |
| Hex | 35 | 5D | FF | 4F | 40 | 0 | 0 | E4 | 64 | 3C |
| Octal | 65 | 135 | 377 | 117 | 100 | 0 | 0 | 344 | 144 | 74 |
| Binary | 110101 | 1011101 | 11111111 | 1001111 | 1000000 | 0 | 0 | 11100100 | 1100100 | 111100 |
Color Harmonies of #355DFF
Complementary color
Monochromatic Colors of #355DFF
Black with #355DFF
Text Example
Text Example
White with #355DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355DFF; }
p { color: rgb(53,93,255); }
H1.HeaderClassName
{
color: #355DFF;
}
.AnyTagClassName
{
color: #355DFF;
}
</style>
background-color css
<style>
a { background-color: #355DFF; }
a { background-color: rgb(53,93,255); }
div.DivClassName
{
background-color: #355DFF;
}
.BgClassName
{
background-color: #355DFF;
}
</style>
border-color css
<style>
span { border-color: #355DFF; }
span { border-color: rgb(53,93,255); }
td.TdClassName
{
border-color: #355DFF;
}
.TagClassName
{
border-color: #355DFF;
}
</style>