Shades of Neon Blue #343AFF
Tints of Neon Blue #343AFF
RGB
CMYK
RGB Variations
Color information
#343AFF (or 0x343AFF) is known color: Neon Blue. HEX triplet: 34, 3A and FF. RGB value is (52,58,255). Sum of RGB (Red+Green+Blue) = 52+58+255=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #343AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343AFF is #CBC500. Grayscale: #4D4D4D. Windows color (decimal): -13354241 or 16726580. OLE color: 16726580.
HSL color Cylindrical-coordinate representation of color #343AFF: hue angle of 238.23º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #343AFF is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 58 | 255 | - |
| CMYK | 0.80 | 0.77 | 0 | 0 |
| HSL | 238.23º | 1% | 0.6% | - |
| HSV(B) | 238.23º | 0.8% | 1% | - |
| XYZ | 20.98 | 10.98 | 95.62 | - |
| YUV | 78.66 | 227.51 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 255 | 0.80 | 0.77 | 0 | 0 | 238.23 | 1 | 0.6 |
| Hex | 34 | 3A | FF | 50 | 4D | 0 | 0 | EE | 64 | 3C |
| Octal | 64 | 72 | 377 | 120 | 115 | 0 | 0 | 356 | 144 | 74 |
| Binary | 110100 | 111010 | 11111111 | 1010000 | 1001101 | 0 | 0 | 11101110 | 1100100 | 111100 |
Color Harmonies of #343AFF
Complementary color
Monochromatic Colors of #343AFF
Black with #343AFF
Text Example
Text Example
White with #343AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343AFF; }
p { color: rgb(52,58,255); }
H1.HeaderClassName
{
color: #343AFF;
}
.AnyTagClassName
{
color: #343AFF;
}
</style>
background-color css
<style>
a { background-color: #343AFF; }
a { background-color: rgb(52,58,255); }
div.DivClassName
{
background-color: #343AFF;
}
.BgClassName
{
background-color: #343AFF;
}
</style>
border-color css
<style>
span { border-color: #343AFF; }
span { border-color: rgb(52,58,255); }
td.TdClassName
{
border-color: #343AFF;
}
.TagClassName
{
border-color: #343AFF;
}
</style>