Shades of Neon Blue #4345EB
Tints of Neon Blue #4345EB
RGB
CMYK
RGB Variations
Color information
#4345EB (or 0x4345EB) is known color: Neon Blue. HEX triplet: 43, 45 and EB. RGB value is (67,69,235). Sum of RGB (Red+Green+Blue) = 67+69+235=371 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.06% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #4345EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4345EB is #BCBA14. Grayscale: #565656. Windows color (decimal): -12368405 or 15418691. OLE color: 15418691.
HSL color Cylindrical-coordinate representation of color #4345EB: hue angle of 239.29º degrees, saturation: 0.81, 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 #4345EB is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 69 | 235 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.08 |
| HSL | 239.29º | 0.81% | 0.59% | - |
| HSV(B) | 239.29º | 0.71% | 0.92% | - |
| XYZ | 19.44 | 11.45 | 79.78 | - |
| YUV | 87.33 | 211.34 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 235 | 0.71 | 0.71 | 0 | 0.08 | 239.29 | 0.81 | 0.59 |
| Hex | 43 | 45 | EB | 47 | 47 | 0 | 8 | EF | 51 | 3B |
| Octal | 103 | 105 | 353 | 107 | 107 | 0 | 10 | 357 | 121 | 73 |
| Binary | 1000011 | 1000101 | 11101011 | 1000111 | 1000111 | 0 | 1000 | 11101111 | 1010001 | 111011 |
Color Harmonies of #4345EB
Complementary color
Monochromatic Colors of #4345EB
Black with #4345EB
Text Example
Text Example
White with #4345EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4345EB; }
p { color: rgb(67,69,235); }
H1.HeaderClassName
{
color: #4345EB;
}
.AnyTagClassName
{
color: #4345EB;
}
</style>
background-color css
<style>
a { background-color: #4345EB; }
a { background-color: rgb(67,69,235); }
div.DivClassName
{
background-color: #4345EB;
}
.BgClassName
{
background-color: #4345EB;
}
</style>
border-color css
<style>
span { border-color: #4345EB; }
span { border-color: rgb(67,69,235); }
td.TdClassName
{
border-color: #4345EB;
}
.TagClassName
{
border-color: #4345EB;
}
</style>