Shades of Neon Blue #434FEA
Tints of Neon Blue #434FEA
RGB
CMYK
RGB Variations
Color information
#434FEA (or 0x434FEA) is known color: Neon Blue. HEX triplet: 43, 4F and EA. RGB value is (67,79,234). Sum of RGB (Red+Green+Blue) = 67+79+234=380 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.63% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #434FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #434FEA is #BCB015. Grayscale: #5C5C5C. Windows color (decimal): -12365846 or 15355715. OLE color: 15355715.
HSL color Cylindrical-coordinate representation of color #434FEA: hue angle of 235.69º 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 #434FEA is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 79 | 234 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.08 |
| HSL | 235.69º | 0.8% | 0.59% | - |
| HSV(B) | 235.69º | 0.71% | 0.92% | - |
| XYZ | 19.96 | 12.73 | 79.25 | - |
| YUV | 93.08 | 207.52 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 234 | 0.71 | 0.66 | 0 | 0.08 | 235.69 | 0.8 | 0.59 |
| Hex | 43 | 4F | EA | 47 | 42 | 0 | 8 | EC | 50 | 3B |
| Octal | 103 | 117 | 352 | 107 | 102 | 0 | 10 | 354 | 120 | 73 |
| Binary | 1000011 | 1001111 | 11101010 | 1000111 | 1000010 | 0 | 1000 | 11101100 | 1010000 | 111011 |
Color Harmonies of #434FEA
Complementary color
Monochromatic Colors of #434FEA
Black with #434FEA
Text Example
Text Example
White with #434FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434FEA; }
p { color: rgb(67,79,234); }
H1.HeaderClassName
{
color: #434FEA;
}
.AnyTagClassName
{
color: #434FEA;
}
</style>
background-color css
<style>
a { background-color: #434FEA; }
a { background-color: rgb(67,79,234); }
div.DivClassName
{
background-color: #434FEA;
}
.BgClassName
{
background-color: #434FEA;
}
</style>
border-color css
<style>
span { border-color: #434FEA; }
span { border-color: rgb(67,79,234); }
td.TdClassName
{
border-color: #434FEA;
}
.TagClassName
{
border-color: #434FEA;
}
</style>