Shades of Neon Blue #4340E9
Tints of Neon Blue #4340E9
RGB
CMYK
RGB Variations
Color information
#4340E9 (or 0x4340E9) is known color: Neon Blue. HEX triplet: 43, 40 and E9. RGB value is (67,64,233). Sum of RGB (Red+Green+Blue) = 67+64+233=364 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.41% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 233 (91.41% from 255 or 64.01% from 364); Max value from RGB is 233 - color contains mainly: blue. Hex color #4340E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4340E9 is #BCBF16. Grayscale: #535353. Windows color (decimal): -12369687 or 15286339. OLE color: 15286339.
HSL color Cylindrical-coordinate representation of color #4340E9: hue angle of 241.07º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4340E9 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 67 | 64 | 233 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.09 |
| HSL | 241.07º | 0.79% | 0.58% | - |
| HSV(B) | 241.07º | 0.73% | 0.91% | - |
| XYZ | 18.86 | 10.74 | 78.17 | - |
| YUV | 84.16 | 211.99 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 64 | 233 | 0.71 | 0.73 | 0 | 0.09 | 241.07 | 0.79 | 0.58 |
| Hex | 43 | 40 | E9 | 47 | 49 | 0 | 9 | F1 | 4F | 3A |
| Octal | 103 | 100 | 351 | 107 | 111 | 0 | 11 | 361 | 117 | 72 |
| Binary | 1000011 | 1000000 | 11101001 | 1000111 | 1001001 | 0 | 1001 | 11110001 | 1001111 | 111010 |
Color Harmonies of #4340E9
Complementary color
Monochromatic Colors of #4340E9
Black with #4340E9
Text Example
Text Example
White with #4340E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4340E9; }
p { color: rgb(67,64,233); }
H1.HeaderClassName
{
color: #4340E9;
}
.AnyTagClassName
{
color: #4340E9;
}
</style>
background-color css
<style>
a { background-color: #4340E9; }
a { background-color: rgb(67,64,233); }
div.DivClassName
{
background-color: #4340E9;
}
.BgClassName
{
background-color: #4340E9;
}
</style>
border-color css
<style>
span { border-color: #4340E9; }
span { border-color: rgb(67,64,233); }
td.TdClassName
{
border-color: #4340E9;
}
.TagClassName
{
border-color: #4340E9;
}
</style>