Shades of Neon Blue #4354EF
Tints of Neon Blue #4354EF
RGB
CMYK
RGB Variations
Color information
#4354EF (or 0x4354EF) is known color: Neon Blue. HEX triplet: 43, 54 and EF. RGB value is (67,84,239). Sum of RGB (Red+Green+Blue) = 67+84+239=390 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.18% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #4354EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4354EF is #BCAB10. Grayscale: #5F5F5F. Windows color (decimal): -12364561 or 15684675. OLE color: 15684675.
HSL color Cylindrical-coordinate representation of color #4354EF: hue angle of 234.07º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4354EF is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 84 | 239 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.06 |
| HSL | 234.07º | 0.84% | 0.6% | - |
| HSV(B) | 234.07º | 0.72% | 0.94% | - |
| XYZ | 21.07 | 13.77 | 83.21 | - |
| YUV | 96.59 | 208.37 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 239 | 0.72 | 0.65 | 0 | 0.06 | 234.07 | 0.84 | 0.6 |
| Hex | 43 | 54 | EF | 48 | 41 | 0 | 6 | EA | 54 | 3C |
| Octal | 103 | 124 | 357 | 110 | 101 | 0 | 6 | 352 | 124 | 74 |
| Binary | 1000011 | 1010100 | 11101111 | 1001000 | 1000001 | 0 | 110 | 11101010 | 1010100 | 111100 |
Color Harmonies of #4354EF
Complementary color
Monochromatic Colors of #4354EF
Black with #4354EF
Text Example
Text Example
White with #4354EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4354EF; }
p { color: rgb(67,84,239); }
H1.HeaderClassName
{
color: #4354EF;
}
.AnyTagClassName
{
color: #4354EF;
}
</style>
background-color css
<style>
a { background-color: #4354EF; }
a { background-color: rgb(67,84,239); }
div.DivClassName
{
background-color: #4354EF;
}
.BgClassName
{
background-color: #4354EF;
}
</style>
border-color css
<style>
span { border-color: #4354EF; }
span { border-color: rgb(67,84,239); }
td.TdClassName
{
border-color: #4354EF;
}
.TagClassName
{
border-color: #4354EF;
}
</style>