Shades of Neon Blue #434BEC
Tints of Neon Blue #434BEC
RGB
CMYK
RGB Variations
Color information
#434BEC (or 0x434BEC) is known color: Neon Blue. HEX triplet: 43, 4B and EC. RGB value is (67,75,236). Sum of RGB (Red+Green+Blue) = 67+75+236=378 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.72% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #434BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #434BEC is #BCB413. Grayscale: #5A5A5A. Windows color (decimal): -12366868 or 15485763. OLE color: 15485763.
HSL color Cylindrical-coordinate representation of color #434BEC: hue angle of 237.16º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #434BEC is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 75 | 236 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.07 |
| HSL | 237.16º | 0.82% | 0.59% | - |
| HSV(B) | 237.16º | 0.72% | 0.93% | - |
| XYZ | 19.97 | 12.28 | 80.67 | - |
| YUV | 90.96 | 209.85 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 236 | 0.72 | 0.68 | 0 | 0.07 | 237.16 | 0.82 | 0.59 |
| Hex | 43 | 4B | EC | 48 | 44 | 0 | 7 | ED | 52 | 3B |
| Octal | 103 | 113 | 354 | 110 | 104 | 0 | 7 | 355 | 122 | 73 |
| Binary | 1000011 | 1001011 | 11101100 | 1001000 | 1000100 | 0 | 111 | 11101101 | 1010010 | 111011 |
Color Harmonies of #434BEC
Complementary color
Monochromatic Colors of #434BEC
Black with #434BEC
Text Example
Text Example
White with #434BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434BEC; }
p { color: rgb(67,75,236); }
H1.HeaderClassName
{
color: #434BEC;
}
.AnyTagClassName
{
color: #434BEC;
}
</style>
background-color css
<style>
a { background-color: #434BEC; }
a { background-color: rgb(67,75,236); }
div.DivClassName
{
background-color: #434BEC;
}
.BgClassName
{
background-color: #434BEC;
}
</style>
border-color css
<style>
span { border-color: #434BEC; }
span { border-color: rgb(67,75,236); }
td.TdClassName
{
border-color: #434BEC;
}
.TagClassName
{
border-color: #434BEC;
}
</style>