Shades of Neon Blue #3453F5
Tints of Neon Blue #3453F5
RGB
CMYK
RGB Variations
Color information
#3453F5 (or 0x3453F5) is known color: Neon Blue. HEX triplet: 34, 53 and F5. RGB value is (52,83,245). Sum of RGB (Red+Green+Blue) = 52+83+245=380 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.68% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 245 (96.09% from 255 or 64.47% from 380); Max value from RGB is 245 - color contains mainly: blue. Hex color #3453F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3453F5 is #CBAC0A. Grayscale: #5B5B5B. Windows color (decimal): -13347851 or 16077620. OLE color: 16077620.
HSL color Cylindrical-coordinate representation of color #3453F5: hue angle of 230.36º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3453F5 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 83 | 245 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.04 |
| HSL | 230.36º | 0.91% | 0.58% | - |
| HSV(B) | 230.36º | 0.79% | 0.96% | - |
| XYZ | 20.99 | 13.51 | 87.89 | - |
| YUV | 92.2 | 214.23 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 245 | 0.79 | 0.66 | 0 | 0.04 | 230.36 | 0.91 | 0.58 |
| Hex | 34 | 53 | F5 | 4F | 42 | 0 | 4 | E6 | 5B | 3A |
| Octal | 64 | 123 | 365 | 117 | 102 | 0 | 4 | 346 | 133 | 72 |
| Binary | 110100 | 1010011 | 11110101 | 1001111 | 1000010 | 0 | 100 | 11100110 | 1011011 | 111010 |
Color Harmonies of #3453F5
Complementary color
Monochromatic Colors of #3453F5
Black with #3453F5
Text Example
Text Example
White with #3453F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3453F5; }
p { color: rgb(52,83,245); }
H1.HeaderClassName
{
color: #3453F5;
}
.AnyTagClassName
{
color: #3453F5;
}
</style>
background-color css
<style>
a { background-color: #3453F5; }
a { background-color: rgb(52,83,245); }
div.DivClassName
{
background-color: #3453F5;
}
.BgClassName
{
background-color: #3453F5;
}
</style>
border-color css
<style>
span { border-color: #3453F5; }
span { border-color: rgb(52,83,245); }
td.TdClassName
{
border-color: #3453F5;
}
.TagClassName
{
border-color: #3453F5;
}
</style>