Shades of Neon Blue #4353EF
Tints of Neon Blue #4353EF
RGB
CMYK
RGB Variations
Color information
#4353EF (or 0x4353EF) is known color: Neon Blue. HEX triplet: 43, 53 and EF. RGB value is (67,83,239). Sum of RGB (Red+Green+Blue) = 67+83+239=389 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.22% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #4353EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4353EF is #BCAC10. Grayscale: #5F5F5F. Windows color (decimal): -12364817 or 15684419. OLE color: 15684419.
HSL color Cylindrical-coordinate representation of color #4353EF: hue angle of 234.42º 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 #4353EF is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 83 | 239 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.06 |
| HSL | 234.42º | 0.84% | 0.6% | - |
| HSV(B) | 234.42º | 0.72% | 0.94% | - |
| XYZ | 20.99 | 13.61 | 83.18 | - |
| YUV | 96 | 208.7 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 239 | 0.72 | 0.65 | 0 | 0.06 | 234.42 | 0.84 | 0.6 |
| Hex | 43 | 53 | EF | 48 | 41 | 0 | 6 | EA | 54 | 3C |
| Octal | 103 | 123 | 357 | 110 | 101 | 0 | 6 | 352 | 124 | 74 |
| Binary | 1000011 | 1010011 | 11101111 | 1001000 | 1000001 | 0 | 110 | 11101010 | 1010100 | 111100 |
Color Harmonies of #4353EF
Complementary color
Monochromatic Colors of #4353EF
Black with #4353EF
Text Example
Text Example
White with #4353EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4353EF; }
p { color: rgb(67,83,239); }
H1.HeaderClassName
{
color: #4353EF;
}
.AnyTagClassName
{
color: #4353EF;
}
</style>
background-color css
<style>
a { background-color: #4353EF; }
a { background-color: rgb(67,83,239); }
div.DivClassName
{
background-color: #4353EF;
}
.BgClassName
{
background-color: #4353EF;
}
</style>
border-color css
<style>
span { border-color: #4353EF; }
span { border-color: rgb(67,83,239); }
td.TdClassName
{
border-color: #4353EF;
}
.TagClassName
{
border-color: #4353EF;
}
</style>