Shades of Neon Blue #3443F2
Tints of Neon Blue #3443F2
RGB
CMYK
RGB Variations
Color information
#3443F2 (or 0x3443F2) is known color: Neon Blue. HEX triplet: 34, 43 and F2. RGB value is (52,67,242). Sum of RGB (Red+Green+Blue) = 52+67+242=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 242 (94.92% from 255 or 67.04% from 361); Max value from RGB is 242 - color contains mainly: blue. Hex color #3443F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3443F2 is #CBBC0D. Grayscale: #515151. Windows color (decimal): -13351950 or 15876916. OLE color: 15876916.
HSL color Cylindrical-coordinate representation of color #3443F2: hue angle of 235.26º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3443F2 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 67 | 242 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.05 |
| HSL | 235.26º | 0.88% | 0.58% | - |
| HSV(B) | 235.26º | 0.79% | 0.95% | - |
| XYZ | 19.45 | 11.16 | 85.13 | - |
| YUV | 82.47 | 218.03 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 242 | 0.79 | 0.72 | 0 | 0.05 | 235.26 | 0.88 | 0.58 |
| Hex | 34 | 43 | F2 | 4F | 48 | 0 | 5 | EB | 58 | 3A |
| Octal | 64 | 103 | 362 | 117 | 110 | 0 | 5 | 353 | 130 | 72 |
| Binary | 110100 | 1000011 | 11110010 | 1001111 | 1001000 | 0 | 101 | 11101011 | 1011000 | 111010 |
Color Harmonies of #3443F2
Complementary color
Monochromatic Colors of #3443F2
Black with #3443F2
Text Example
Text Example
White with #3443F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3443F2; }
p { color: rgb(52,67,242); }
H1.HeaderClassName
{
color: #3443F2;
}
.AnyTagClassName
{
color: #3443F2;
}
</style>
background-color css
<style>
a { background-color: #3443F2; }
a { background-color: rgb(52,67,242); }
div.DivClassName
{
background-color: #3443F2;
}
.BgClassName
{
background-color: #3443F2;
}
</style>
border-color css
<style>
span { border-color: #3443F2; }
span { border-color: rgb(52,67,242); }
td.TdClassName
{
border-color: #3443F2;
}
.TagClassName
{
border-color: #3443F2;
}
</style>