Shades of Neon Blue #434BEF
Tints of Neon Blue #434BEF
RGB
CMYK
RGB Variations
Color information
#434BEF (or 0x434BEF) is known color: Neon Blue. HEX triplet: 43, 4B and EF. RGB value is (67,75,239). Sum of RGB (Red+Green+Blue) = 67+75+239=381 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.59% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #434BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #434BEF is #BCB410. Grayscale: #5A5A5A. Windows color (decimal): -12366865 or 15682371. OLE color: 15682371.
HSL color Cylindrical-coordinate representation of color #434BEF: hue angle of 237.21º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #434BEF is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 75 | 239 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.06 |
| HSL | 237.21º | 0.84% | 0.6% | - |
| HSV(B) | 237.21º | 0.72% | 0.94% | - |
| XYZ | 20.41 | 12.46 | 82.99 | - |
| YUV | 91.3 | 211.35 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 239 | 0.72 | 0.69 | 0 | 0.06 | 237.21 | 0.84 | 0.6 |
| Hex | 43 | 4B | EF | 48 | 45 | 0 | 6 | ED | 54 | 3C |
| Octal | 103 | 113 | 357 | 110 | 105 | 0 | 6 | 355 | 124 | 74 |
| Binary | 1000011 | 1001011 | 11101111 | 1001000 | 1000101 | 0 | 110 | 11101101 | 1010100 | 111100 |
Color Harmonies of #434BEF
Complementary color
Monochromatic Colors of #434BEF
Black with #434BEF
Text Example
Text Example
White with #434BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434BEF; }
p { color: rgb(67,75,239); }
H1.HeaderClassName
{
color: #434BEF;
}
.AnyTagClassName
{
color: #434BEF;
}
</style>
background-color css
<style>
a { background-color: #434BEF; }
a { background-color: rgb(67,75,239); }
div.DivClassName
{
background-color: #434BEF;
}
.BgClassName
{
background-color: #434BEF;
}
</style>
border-color css
<style>
span { border-color: #434BEF; }
span { border-color: rgb(67,75,239); }
td.TdClassName
{
border-color: #434BEF;
}
.TagClassName
{
border-color: #434BEF;
}
</style>