Shades of Neon Blue #345BFD
Tints of Neon Blue #345BFD
RGB
CMYK
RGB Variations
Color information
#345BFD (or 0x345BFD) is known color: Neon Blue. HEX triplet: 34, 5B and FD. RGB value is (52,91,253). Sum of RGB (Red+Green+Blue) = 52+91+253=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #345BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345BFD is #CBA402. Grayscale: #616161. Windows color (decimal): -13345795 or 16603956. OLE color: 16603956.
HSL color Cylindrical-coordinate representation of color #345BFD: hue angle of 228.36º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #345BFD is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 91 | 253 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.01 |
| HSL | 228.36º | 0.98% | 0.6% | - |
| HSV(B) | 228.36º | 0.79% | 0.99% | - |
| XYZ | 22.89 | 15.3 | 94.68 | - |
| YUV | 97.81 | 215.58 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 253 | 0.79 | 0.64 | 0 | 0.01 | 228.36 | 0.98 | 0.6 |
| Hex | 34 | 5B | FD | 4F | 40 | 0 | 1 | E4 | 62 | 3C |
| Octal | 64 | 133 | 375 | 117 | 100 | 0 | 1 | 344 | 142 | 74 |
| Binary | 110100 | 1011011 | 11111101 | 1001111 | 1000000 | 0 | 1 | 11100100 | 1100010 | 111100 |
Color Harmonies of #345BFD
Complementary color
Monochromatic Colors of #345BFD
Black with #345BFD
Text Example
Text Example
White with #345BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345BFD; }
p { color: rgb(52,91,253); }
H1.HeaderClassName
{
color: #345BFD;
}
.AnyTagClassName
{
color: #345BFD;
}
</style>
background-color css
<style>
a { background-color: #345BFD; }
a { background-color: rgb(52,91,253); }
div.DivClassName
{
background-color: #345BFD;
}
.BgClassName
{
background-color: #345BFD;
}
</style>
border-color css
<style>
span { border-color: #345BFD; }
span { border-color: rgb(52,91,253); }
td.TdClassName
{
border-color: #345BFD;
}
.TagClassName
{
border-color: #345BFD;
}
</style>