Shades of Neon Blue #354CF0
Tints of Neon Blue #354CF0
RGB
CMYK
RGB Variations
Color information
#354CF0 (or 0x354CF0) is known color: Neon Blue. HEX triplet: 35, 4C and F0. RGB value is (53,76,240). Sum of RGB (Red+Green+Blue) = 53+76+240=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 240 (94.14% from 255 or 65.04% from 369); Max value from RGB is 240 - color contains mainly: blue. Hex color #354CF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #354CF0 is #CAB30F. Grayscale: #575757. Windows color (decimal): -13284112 or 15748149. OLE color: 15748149.
HSL color Cylindrical-coordinate representation of color #354CF0: hue angle of 232.62º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #354CF0 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 76 | 240 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.06 |
| HSL | 232.62º | 0.86% | 0.57% | - |
| HSV(B) | 232.62º | 0.78% | 0.94% | - |
| XYZ | 19.78 | 12.22 | 83.75 | - |
| YUV | 87.82 | 213.88 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 240 | 0.78 | 0.68 | 0 | 0.06 | 232.62 | 0.86 | 0.57 |
| Hex | 35 | 4C | F0 | 4E | 44 | 0 | 6 | E9 | 56 | 39 |
| Octal | 65 | 114 | 360 | 116 | 104 | 0 | 6 | 351 | 126 | 71 |
| Binary | 110101 | 1001100 | 11110000 | 1001110 | 1000100 | 0 | 110 | 11101001 | 1010110 | 111001 |
Color Harmonies of #354CF0
Complementary color
Monochromatic Colors of #354CF0
Black with #354CF0
Text Example
Text Example
White with #354CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354CF0; }
p { color: rgb(53,76,240); }
H1.HeaderClassName
{
color: #354CF0;
}
.AnyTagClassName
{
color: #354CF0;
}
</style>
background-color css
<style>
a { background-color: #354CF0; }
a { background-color: rgb(53,76,240); }
div.DivClassName
{
background-color: #354CF0;
}
.BgClassName
{
background-color: #354CF0;
}
</style>
border-color css
<style>
span { border-color: #354CF0; }
span { border-color: rgb(53,76,240); }
td.TdClassName
{
border-color: #354CF0;
}
.TagClassName
{
border-color: #354CF0;
}
</style>