Shades of Neon Blue #434DEF
Tints of Neon Blue #434DEF
RGB
CMYK
RGB Variations
Color information
#434DEF (or 0x434DEF) is known color: Neon Blue. HEX triplet: 43, 4D and EF. RGB value is (67,77,239). Sum of RGB (Red+Green+Blue) = 67+77+239=383 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.49% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #434DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #434DEF is #BCB210. Grayscale: #5B5B5B. Windows color (decimal): -12366353 or 15682883. OLE color: 15682883.
HSL color Cylindrical-coordinate representation of color #434DEF: hue angle of 236.51º 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 #434DEF is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 77 | 239 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.06 |
| HSL | 236.51º | 0.84% | 0.6% | - |
| HSV(B) | 236.51º | 0.72% | 0.94% | - |
| XYZ | 20.55 | 12.73 | 83.04 | - |
| YUV | 92.48 | 210.69 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 239 | 0.72 | 0.68 | 0 | 0.06 | 236.51 | 0.84 | 0.6 |
| Hex | 43 | 4D | EF | 48 | 44 | 0 | 6 | ED | 54 | 3C |
| Octal | 103 | 115 | 357 | 110 | 104 | 0 | 6 | 355 | 124 | 74 |
| Binary | 1000011 | 1001101 | 11101111 | 1001000 | 1000100 | 0 | 110 | 11101101 | 1010100 | 111100 |
Color Harmonies of #434DEF
Complementary color
Monochromatic Colors of #434DEF
Black with #434DEF
Text Example
Text Example
White with #434DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434DEF; }
p { color: rgb(67,77,239); }
H1.HeaderClassName
{
color: #434DEF;
}
.AnyTagClassName
{
color: #434DEF;
}
</style>
background-color css
<style>
a { background-color: #434DEF; }
a { background-color: rgb(67,77,239); }
div.DivClassName
{
background-color: #434DEF;
}
.BgClassName
{
background-color: #434DEF;
}
</style>
border-color css
<style>
span { border-color: #434DEF; }
span { border-color: rgb(67,77,239); }
td.TdClassName
{
border-color: #434DEF;
}
.TagClassName
{
border-color: #434DEF;
}
</style>