Shades of Neon Blue #343AF4
Tints of Neon Blue #343AF4
RGB
CMYK
RGB Variations
Color information
#343AF4 (or 0x343AF4) is known color: Neon Blue. HEX triplet: 34, 3A and F4. RGB value is (52,58,244). Sum of RGB (Red+Green+Blue) = 52+58+244=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 244 (95.70% from 255 or 68.93% from 354); Max value from RGB is 244 - color contains mainly: blue. Hex color #343AF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343AF4 is #CBC50B. Grayscale: #4C4C4C. Windows color (decimal): -13354252 or 16005684. OLE color: 16005684.
HSL color Cylindrical-coordinate representation of color #343AF4: hue angle of 238.12º degrees, saturation: 0.9, 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 #343AF4 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 58 | 244 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.04 |
| HSL | 238.13º | 0.9% | 0.58% | - |
| HSV(B) | 238.13º | 0.79% | 0.96% | - |
| XYZ | 19.26 | 10.29 | 86.56 | - |
| YUV | 77.41 | 222.01 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 244 | 0.79 | 0.76 | 0 | 0.04 | 238.13 | 0.9 | 0.58 |
| Hex | 34 | 3A | F4 | 4F | 4C | 0 | 4 | EE | 5A | 3A |
| Octal | 64 | 72 | 364 | 117 | 114 | 0 | 4 | 356 | 132 | 72 |
| Binary | 110100 | 111010 | 11110100 | 1001111 | 1001100 | 0 | 100 | 11101110 | 1011010 | 111010 |
Color Harmonies of #343AF4
Complementary color
Monochromatic Colors of #343AF4
Black with #343AF4
Text Example
Text Example
White with #343AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343AF4; }
p { color: rgb(52,58,244); }
H1.HeaderClassName
{
color: #343AF4;
}
.AnyTagClassName
{
color: #343AF4;
}
</style>
background-color css
<style>
a { background-color: #343AF4; }
a { background-color: rgb(52,58,244); }
div.DivClassName
{
background-color: #343AF4;
}
.BgClassName
{
background-color: #343AF4;
}
</style>
border-color css
<style>
span { border-color: #343AF4; }
span { border-color: rgb(52,58,244); }
td.TdClassName
{
border-color: #343AF4;
}
.TagClassName
{
border-color: #343AF4;
}
</style>