Shades of Neon Blue #434CEB
Tints of Neon Blue #434CEB
RGB
CMYK
RGB Variations
Color information
#434CEB (or 0x434CEB) is known color: Neon Blue. HEX triplet: 43, 4C and EB. RGB value is (67,76,235). Sum of RGB (Red+Green+Blue) = 67+76+235=378 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.72% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #434CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #434CEB is #BCB314. Grayscale: #5A5A5A. Windows color (decimal): -12366613 or 15420483. OLE color: 15420483.
HSL color Cylindrical-coordinate representation of color #434CEB: hue angle of 236.79º 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 #434CEB is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 76 | 235 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.08 |
| HSL | 236.79º | 0.81% | 0.59% | - |
| HSV(B) | 236.79º | 0.71% | 0.92% | - |
| XYZ | 19.89 | 12.36 | 79.93 | - |
| YUV | 91.44 | 209.02 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 235 | 0.71 | 0.68 | 0 | 0.08 | 236.79 | 0.81 | 0.59 |
| Hex | 43 | 4C | EB | 47 | 44 | 0 | 8 | ED | 51 | 3B |
| Octal | 103 | 114 | 353 | 107 | 104 | 0 | 10 | 355 | 121 | 73 |
| Binary | 1000011 | 1001100 | 11101011 | 1000111 | 1000100 | 0 | 1000 | 11101101 | 1010001 | 111011 |
Color Harmonies of #434CEB
Complementary color
Monochromatic Colors of #434CEB
Black with #434CEB
Text Example
Text Example
White with #434CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434CEB; }
p { color: rgb(67,76,235); }
H1.HeaderClassName
{
color: #434CEB;
}
.AnyTagClassName
{
color: #434CEB;
}
</style>
background-color css
<style>
a { background-color: #434CEB; }
a { background-color: rgb(67,76,235); }
div.DivClassName
{
background-color: #434CEB;
}
.BgClassName
{
background-color: #434CEB;
}
</style>
border-color css
<style>
span { border-color: #434CEB; }
span { border-color: rgb(67,76,235); }
td.TdClassName
{
border-color: #434CEB;
}
.TagClassName
{
border-color: #434CEB;
}
</style>