Shades of Neon Blue #4340EA
Tints of Neon Blue #4340EA
RGB
CMYK
RGB Variations
Color information
#4340EA (or 0x4340EA) is known color: Neon Blue. HEX triplet: 43, 40 and EA. RGB value is (67,64,234). Sum of RGB (Red+Green+Blue) = 67+64+234=365 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.36% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #4340EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4340EA is #BCBF15. Grayscale: #535353. Windows color (decimal): -12369686 or 15351875. OLE color: 15351875.
HSL color Cylindrical-coordinate representation of color #4340EA: hue angle of 241.06º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4340EA is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 64 | 234 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.08 |
| HSL | 241.06º | 0.8% | 0.58% | - |
| HSV(B) | 241.06º | 0.73% | 0.92% | - |
| XYZ | 19 | 10.8 | 78.93 | - |
| YUV | 84.28 | 212.49 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 64 | 234 | 0.71 | 0.73 | 0 | 0.08 | 241.06 | 0.8 | 0.58 |
| Hex | 43 | 40 | EA | 47 | 49 | 0 | 8 | F1 | 50 | 3A |
| Octal | 103 | 100 | 352 | 107 | 111 | 0 | 10 | 361 | 120 | 72 |
| Binary | 1000011 | 1000000 | 11101010 | 1000111 | 1001001 | 0 | 1000 | 11110001 | 1010000 | 111010 |
Color Harmonies of #4340EA
Complementary color
Monochromatic Colors of #4340EA
Black with #4340EA
Text Example
Text Example
White with #4340EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4340EA; }
p { color: rgb(67,64,234); }
H1.HeaderClassName
{
color: #4340EA;
}
.AnyTagClassName
{
color: #4340EA;
}
</style>
background-color css
<style>
a { background-color: #4340EA; }
a { background-color: rgb(67,64,234); }
div.DivClassName
{
background-color: #4340EA;
}
.BgClassName
{
background-color: #4340EA;
}
</style>
border-color css
<style>
span { border-color: #4340EA; }
span { border-color: rgb(67,64,234); }
td.TdClassName
{
border-color: #4340EA;
}
.TagClassName
{
border-color: #4340EA;
}
</style>