Shades of Neon Blue #3443FE
Tints of Neon Blue #3443FE
RGB
CMYK
RGB Variations
Color information
#3443FE (or 0x3443FE) is known color: Neon Blue. HEX triplet: 34, 43 and FE. RGB value is (52,67,254). Sum of RGB (Red+Green+Blue) = 52+67+254=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #3443FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3443FE is #CBBC01. Grayscale: #535353. Windows color (decimal): -13351938 or 16663348. OLE color: 16663348.
HSL color Cylindrical-coordinate representation of color #3443FE: hue angle of 235.54º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3443FE is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 67 | 254 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.00 |
| HSL | 235.54º | 0.99% | 0.6% | - |
| HSV(B) | 235.54º | 0.8% | 1% | - |
| XYZ | 21.31 | 11.9 | 94.94 | - |
| YUV | 83.83 | 224.03 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 254 | 0.80 | 0.74 | 0 | 0.00 | 235.54 | 0.99 | 0.6 |
| Hex | 34 | 43 | FE | 50 | 4A | 0 | 0 | EC | 63 | 3C |
| Octal | 64 | 103 | 376 | 120 | 112 | 0 | 0 | 354 | 143 | 74 |
| Binary | 110100 | 1000011 | 11111110 | 1010000 | 1001010 | 0 | 0 | 11101100 | 1100011 | 111100 |
Color Harmonies of #3443FE
Complementary color
Monochromatic Colors of #3443FE
Black with #3443FE
Text Example
Text Example
White with #3443FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3443FE; }
p { color: rgb(52,67,254); }
H1.HeaderClassName
{
color: #3443FE;
}
.AnyTagClassName
{
color: #3443FE;
}
</style>
background-color css
<style>
a { background-color: #3443FE; }
a { background-color: rgb(52,67,254); }
div.DivClassName
{
background-color: #3443FE;
}
.BgClassName
{
background-color: #3443FE;
}
</style>
border-color css
<style>
span { border-color: #3443FE; }
span { border-color: rgb(52,67,254); }
td.TdClassName
{
border-color: #3443FE;
}
.TagClassName
{
border-color: #3443FE;
}
</style>