Shades of Neon Blue #434CEA
Tints of Neon Blue #434CEA
RGB
CMYK
RGB Variations
Color information
#434CEA (or 0x434CEA) is known color: Neon Blue. HEX triplet: 43, 4C and EA. RGB value is (67,76,234). Sum of RGB (Red+Green+Blue) = 67+76+234=377 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.77% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #434CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #434CEA is #BCB315. Grayscale: #5A5A5A. Windows color (decimal): -12366614 or 15354947. OLE color: 15354947.
HSL color Cylindrical-coordinate representation of color #434CEA: hue angle of 236.77º degrees, saturation: 0.8, 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 #434CEA is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 76 | 234 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.08 |
| HSL | 236.77º | 0.8% | 0.59% | - |
| HSV(B) | 236.77º | 0.71% | 0.92% | - |
| XYZ | 19.75 | 12.3 | 79.18 | - |
| YUV | 91.32 | 208.52 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 234 | 0.71 | 0.68 | 0 | 0.08 | 236.77 | 0.8 | 0.59 |
| Hex | 43 | 4C | EA | 47 | 44 | 0 | 8 | ED | 50 | 3B |
| Octal | 103 | 114 | 352 | 107 | 104 | 0 | 10 | 355 | 120 | 73 |
| Binary | 1000011 | 1001100 | 11101010 | 1000111 | 1000100 | 0 | 1000 | 11101101 | 1010000 | 111011 |
Color Harmonies of #434CEA
Complementary color
Monochromatic Colors of #434CEA
Black with #434CEA
Text Example
Text Example
White with #434CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434CEA; }
p { color: rgb(67,76,234); }
H1.HeaderClassName
{
color: #434CEA;
}
.AnyTagClassName
{
color: #434CEA;
}
</style>
background-color css
<style>
a { background-color: #434CEA; }
a { background-color: rgb(67,76,234); }
div.DivClassName
{
background-color: #434CEA;
}
.BgClassName
{
background-color: #434CEA;
}
</style>
border-color css
<style>
span { border-color: #434CEA; }
span { border-color: rgb(67,76,234); }
td.TdClassName
{
border-color: #434CEA;
}
.TagClassName
{
border-color: #434CEA;
}
</style>