Shades of Neon Blue #343AF8
Tints of Neon Blue #343AF8
RGB
CMYK
RGB Variations
Color information
#343AF8 (or 0x343AF8) is known color: Neon Blue. HEX triplet: 34, 3A and F8. RGB value is (52,58,248). Sum of RGB (Red+Green+Blue) = 52+58+248=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 248 (97.27% from 255 or 69.27% from 358); Max value from RGB is 248 - color contains mainly: blue. Hex color #343AF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343AF8 is #CBC507. Grayscale: #4D4D4D. Windows color (decimal): -13354248 or 16267828. OLE color: 16267828.
HSL color Cylindrical-coordinate representation of color #343AF8: hue angle of 238.16º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #343AF8 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 52 | 58 | 248 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.03 |
| HSL | 238.16º | 0.93% | 0.59% | - |
| HSV(B) | 238.16º | 0.79% | 0.97% | - |
| XYZ | 19.87 | 10.53 | 89.79 | - |
| YUV | 77.87 | 224.01 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 248 | 0.79 | 0.77 | 0 | 0.03 | 238.16 | 0.93 | 0.59 |
| Hex | 34 | 3A | F8 | 4F | 4D | 0 | 3 | EE | 5D | 3B |
| Octal | 64 | 72 | 370 | 117 | 115 | 0 | 3 | 356 | 135 | 73 |
| Binary | 110100 | 111010 | 11111000 | 1001111 | 1001101 | 0 | 11 | 11101110 | 1011101 | 111011 |
Color Harmonies of #343AF8
Complementary color
Monochromatic Colors of #343AF8
Black with #343AF8
Text Example
Text Example
White with #343AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343AF8; }
p { color: rgb(52,58,248); }
H1.HeaderClassName
{
color: #343AF8;
}
.AnyTagClassName
{
color: #343AF8;
}
</style>
background-color css
<style>
a { background-color: #343AF8; }
a { background-color: rgb(52,58,248); }
div.DivClassName
{
background-color: #343AF8;
}
.BgClassName
{
background-color: #343AF8;
}
</style>
border-color css
<style>
span { border-color: #343AF8; }
span { border-color: rgb(52,58,248); }
td.TdClassName
{
border-color: #343AF8;
}
.TagClassName
{
border-color: #343AF8;
}
</style>