Shades of Neon Blue #3555FF
Tints of Neon Blue #3555FF
RGB
CMYK
RGB Variations
Color information
#3555FF (or 0x3555FF) is known color: Neon Blue. HEX triplet: 35, 55 and FF. RGB value is (53,85,255). Sum of RGB (Red+Green+Blue) = 53+85+255=393 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.49% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #3555FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3555FF is #CAAA00. Grayscale: #5E5E5E. Windows color (decimal): -13281793 or 16733493. OLE color: 16733493.
HSL color Cylindrical-coordinate representation of color #3555FF: hue angle of 230.5º 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 #3555FF is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 85 | 255 | - |
| CMYK | 0.79 | 0.67 | 0 | 0 |
| HSL | 230.5º | 1% | 0.6% | - |
| HSV(B) | 230.5º | 0.79% | 1% | - |
| XYZ | 22.77 | 14.47 | 96.2 | - |
| YUV | 94.81 | 218.4 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 85 | 255 | 0.79 | 0.67 | 0 | 0 | 230.5 | 1 | 0.6 |
| Hex | 35 | 55 | FF | 4F | 43 | 0 | 0 | E6 | 64 | 3C |
| Octal | 65 | 125 | 377 | 117 | 103 | 0 | 0 | 346 | 144 | 74 |
| Binary | 110101 | 1010101 | 11111111 | 1001111 | 1000011 | 0 | 0 | 11100110 | 1100100 | 111100 |
Color Harmonies of #3555FF
Complementary color
Monochromatic Colors of #3555FF
Black with #3555FF
Text Example
Text Example
White with #3555FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3555FF; }
p { color: rgb(53,85,255); }
H1.HeaderClassName
{
color: #3555FF;
}
.AnyTagClassName
{
color: #3555FF;
}
</style>
background-color css
<style>
a { background-color: #3555FF; }
a { background-color: rgb(53,85,255); }
div.DivClassName
{
background-color: #3555FF;
}
.BgClassName
{
background-color: #3555FF;
}
</style>
border-color css
<style>
span { border-color: #3555FF; }
span { border-color: rgb(53,85,255); }
td.TdClassName
{
border-color: #3555FF;
}
.TagClassName
{
border-color: #3555FF;
}
</style>