Shades of Neon Blue #4349FE
Tints of Neon Blue #4349FE
RGB
CMYK
RGB Variations
Color information
#4349FE (or 0x4349FE) is known color: Neon Blue. HEX triplet: 43, 49 and FE. RGB value is (67,73,254). Sum of RGB (Red+Green+Blue) = 67+73+254=394 (52% of max value = 765). Red value is 67 (26.56% from 255 or 17.01% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #4349FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4349FE is #BCB601. Grayscale: #5B5B5B. Windows color (decimal): -12367362 or 16664899. OLE color: 16664899.
HSL color Cylindrical-coordinate representation of color #4349FE: hue angle of 238.07º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4349FE is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 73 | 254 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.00 |
| HSL | 238.07º | 0.99% | 0.63% | - |
| HSV(B) | 238.07º | 0.74% | 1% | - |
| XYZ | 22.59 | 13.11 | 95.11 | - |
| YUV | 91.84 | 219.51 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 254 | 0.74 | 0.71 | 0 | 0.00 | 238.07 | 0.99 | 0.63 |
| Hex | 43 | 49 | FE | 4A | 47 | 0 | 0 | EE | 63 | 3F |
| Octal | 103 | 111 | 376 | 112 | 107 | 0 | 0 | 356 | 143 | 77 |
| Binary | 1000011 | 1001001 | 11111110 | 1001010 | 1000111 | 0 | 0 | 11101110 | 1100011 | 111111 |
Color Harmonies of #4349FE
Complementary color
Monochromatic Colors of #4349FE
Black with #4349FE
Text Example
Text Example
White with #4349FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4349FE; }
p { color: rgb(67,73,254); }
H1.HeaderClassName
{
color: #4349FE;
}
.AnyTagClassName
{
color: #4349FE;
}
</style>
background-color css
<style>
a { background-color: #4349FE; }
a { background-color: rgb(67,73,254); }
div.DivClassName
{
background-color: #4349FE;
}
.BgClassName
{
background-color: #4349FE;
}
</style>
border-color css
<style>
span { border-color: #4349FE; }
span { border-color: rgb(67,73,254); }
td.TdClassName
{
border-color: #4349FE;
}
.TagClassName
{
border-color: #4349FE;
}
</style>