Shades of Neon Blue #354BFF
Tints of Neon Blue #354BFF
RGB
CMYK
RGB Variations
Color information
#354BFF (or 0x354BFF) is known color: Neon Blue. HEX triplet: 35, 4B and FF. RGB value is (53,75,255). Sum of RGB (Red+Green+Blue) = 53+75+255=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #354BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #354BFF is #CAB400. Grayscale: #585858. Windows color (decimal): -13284353 or 16730933. OLE color: 16730933.
HSL color Cylindrical-coordinate representation of color #354BFF: hue angle of 233.47º 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 #354BFF is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 75 | 255 | - |
| CMYK | 0.79 | 0.71 | 0 | 0 |
| HSL | 233.47º | 1% | 0.6% | - |
| HSV(B) | 233.47º | 0.79% | 1% | - |
| XYZ | 22.03 | 13.01 | 95.96 | - |
| YUV | 88.94 | 221.71 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 255 | 0.79 | 0.71 | 0 | 0 | 233.47 | 1 | 0.6 |
| Hex | 35 | 4B | FF | 4F | 47 | 0 | 0 | E9 | 64 | 3C |
| Octal | 65 | 113 | 377 | 117 | 107 | 0 | 0 | 351 | 144 | 74 |
| Binary | 110101 | 1001011 | 11111111 | 1001111 | 1000111 | 0 | 0 | 11101001 | 1100100 | 111100 |
Color Harmonies of #354BFF
Complementary color
Monochromatic Colors of #354BFF
Black with #354BFF
Text Example
Text Example
White with #354BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354BFF; }
p { color: rgb(53,75,255); }
H1.HeaderClassName
{
color: #354BFF;
}
.AnyTagClassName
{
color: #354BFF;
}
</style>
background-color css
<style>
a { background-color: #354BFF; }
a { background-color: rgb(53,75,255); }
div.DivClassName
{
background-color: #354BFF;
}
.BgClassName
{
background-color: #354BFF;
}
</style>
border-color css
<style>
span { border-color: #354BFF; }
span { border-color: rgb(53,75,255); }
td.TdClassName
{
border-color: #354BFF;
}
.TagClassName
{
border-color: #354BFF;
}
</style>