Shades of Neon Blue #4354EA
Tints of Neon Blue #4354EA
RGB
CMYK
RGB Variations
Color information
#4354EA (or 0x4354EA) is known color: Neon Blue. HEX triplet: 43, 54 and EA. RGB value is (67,84,234). Sum of RGB (Red+Green+Blue) = 67+84+234=385 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.40% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #4354EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4354EA is #BCAB15. Grayscale: #5F5F5F. Windows color (decimal): -12364566 or 15356995. OLE color: 15356995.
HSL color Cylindrical-coordinate representation of color #4354EA: hue angle of 233.89º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4354EA is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 84 | 234 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.08 |
| HSL | 233.89º | 0.8% | 0.59% | - |
| HSV(B) | 233.89º | 0.71% | 0.92% | - |
| XYZ | 20.34 | 13.47 | 79.37 | - |
| YUV | 96.02 | 205.87 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 234 | 0.71 | 0.64 | 0 | 0.08 | 233.89 | 0.8 | 0.59 |
| Hex | 43 | 54 | EA | 47 | 40 | 0 | 8 | EA | 50 | 3B |
| Octal | 103 | 124 | 352 | 107 | 100 | 0 | 10 | 352 | 120 | 73 |
| Binary | 1000011 | 1010100 | 11101010 | 1000111 | 1000000 | 0 | 1000 | 11101010 | 1010000 | 111011 |
Color Harmonies of #4354EA
Complementary color
Monochromatic Colors of #4354EA
Black with #4354EA
Text Example
Text Example
White with #4354EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4354EA; }
p { color: rgb(67,84,234); }
H1.HeaderClassName
{
color: #4354EA;
}
.AnyTagClassName
{
color: #4354EA;
}
</style>
background-color css
<style>
a { background-color: #4354EA; }
a { background-color: rgb(67,84,234); }
div.DivClassName
{
background-color: #4354EA;
}
.BgClassName
{
background-color: #4354EA;
}
</style>
border-color css
<style>
span { border-color: #4354EA; }
span { border-color: rgb(67,84,234); }
td.TdClassName
{
border-color: #4354EA;
}
.TagClassName
{
border-color: #4354EA;
}
</style>