Shades of Neon Blue #355BFC
Tints of Neon Blue #355BFC
RGB
CMYK
RGB Variations
Color information
#355BFC (or 0x355BFC) is known color: Neon Blue. HEX triplet: 35, 5B and FC. RGB value is (53,91,252). Sum of RGB (Red+Green+Blue) = 53+91+252=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #355BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355BFC is #CAA403. Grayscale: #616161. Windows color (decimal): -13280260 or 16538421. OLE color: 16538421.
HSL color Cylindrical-coordinate representation of color #355BFC: hue angle of 228.54º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #355BFC is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 91 | 252 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.01 |
| HSL | 228.54º | 0.97% | 0.6% | - |
| HSV(B) | 228.54º | 0.79% | 0.99% | - |
| XYZ | 22.78 | 15.27 | 93.84 | - |
| YUV | 97.99 | 214.91 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 252 | 0.79 | 0.64 | 0 | 0.01 | 228.54 | 0.97 | 0.6 |
| Hex | 35 | 5B | FC | 4F | 40 | 0 | 1 | E5 | 61 | 3C |
| Octal | 65 | 133 | 374 | 117 | 100 | 0 | 1 | 345 | 141 | 74 |
| Binary | 110101 | 1011011 | 11111100 | 1001111 | 1000000 | 0 | 1 | 11100101 | 1100001 | 111100 |
Color Harmonies of #355BFC
Complementary color
Monochromatic Colors of #355BFC
Black with #355BFC
Text Example
Text Example
White with #355BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355BFC; }
p { color: rgb(53,91,252); }
H1.HeaderClassName
{
color: #355BFC;
}
.AnyTagClassName
{
color: #355BFC;
}
</style>
background-color css
<style>
a { background-color: #355BFC; }
a { background-color: rgb(53,91,252); }
div.DivClassName
{
background-color: #355BFC;
}
.BgClassName
{
background-color: #355BFC;
}
</style>
border-color css
<style>
span { border-color: #355BFC; }
span { border-color: rgb(53,91,252); }
td.TdClassName
{
border-color: #355BFC;
}
.TagClassName
{
border-color: #355BFC;
}
</style>