Shades of Neon Blue #354AF3
Tints of Neon Blue #354AF3
RGB
CMYK
RGB Variations
Color information
#354AF3 (or 0x354AF3) is known color: Neon Blue. HEX triplet: 35, 4A and F3. RGB value is (53,74,243). Sum of RGB (Red+Green+Blue) = 53+74+243=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 243 (95.31% from 255 or 65.68% from 370); Max value from RGB is 243 - color contains mainly: blue. Hex color #354AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #354AF3 is #CAB50C. Grayscale: #565656. Windows color (decimal): -13284621 or 15944245. OLE color: 15944245.
HSL color Cylindrical-coordinate representation of color #354AF3: hue angle of 233.37º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #354AF3 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 74 | 243 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.05 |
| HSL | 233.37º | 0.89% | 0.58% | - |
| HSV(B) | 233.37º | 0.78% | 0.95% | - |
| XYZ | 20.09 | 12.13 | 86.08 | - |
| YUV | 86.99 | 216.04 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 243 | 0.78 | 0.70 | 0 | 0.05 | 233.37 | 0.89 | 0.58 |
| Hex | 35 | 4A | F3 | 4E | 46 | 0 | 5 | E9 | 59 | 3A |
| Octal | 65 | 112 | 363 | 116 | 106 | 0 | 5 | 351 | 131 | 72 |
| Binary | 110101 | 1001010 | 11110011 | 1001110 | 1000110 | 0 | 101 | 11101001 | 1011001 | 111010 |
Color Harmonies of #354AF3
Complementary color
Monochromatic Colors of #354AF3
Black with #354AF3
Text Example
Text Example
White with #354AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354AF3; }
p { color: rgb(53,74,243); }
H1.HeaderClassName
{
color: #354AF3;
}
.AnyTagClassName
{
color: #354AF3;
}
</style>
background-color css
<style>
a { background-color: #354AF3; }
a { background-color: rgb(53,74,243); }
div.DivClassName
{
background-color: #354AF3;
}
.BgClassName
{
background-color: #354AF3;
}
</style>
border-color css
<style>
span { border-color: #354AF3; }
span { border-color: rgb(53,74,243); }
td.TdClassName
{
border-color: #354AF3;
}
.TagClassName
{
border-color: #354AF3;
}
</style>