Shades of Neon Blue #434BF7
Tints of Neon Blue #434BF7
RGB
CMYK
RGB Variations
Color information
#434BF7 (or 0x434BF7) is known color: Neon Blue. HEX triplet: 43, 4B and F7. RGB value is (67,75,247). Sum of RGB (Red+Green+Blue) = 67+75+247=389 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.22% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 247 (96.88% from 255 or 63.50% from 389); Max value from RGB is 247 - color contains mainly: blue. Hex color #434BF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #434BF7 is #BCB408. Grayscale: #5B5B5B. Windows color (decimal): -12366857 or 16206659. OLE color: 16206659.
HSL color Cylindrical-coordinate representation of color #434BF7: hue angle of 237.33º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #434BF7 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 75 | 247 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.03 |
| HSL | 237.33º | 0.92% | 0.62% | - |
| HSV(B) | 237.33º | 0.73% | 0.97% | - |
| XYZ | 21.62 | 12.94 | 89.35 | - |
| YUV | 92.22 | 215.35 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 247 | 0.73 | 0.70 | 0 | 0.03 | 237.33 | 0.92 | 0.62 |
| Hex | 43 | 4B | F7 | 49 | 46 | 0 | 3 | ED | 5C | 3E |
| Octal | 103 | 113 | 367 | 111 | 106 | 0 | 3 | 355 | 134 | 76 |
| Binary | 1000011 | 1001011 | 11110111 | 1001001 | 1000110 | 0 | 11 | 11101101 | 1011100 | 111110 |
Color Harmonies of #434BF7
Complementary color
Monochromatic Colors of #434BF7
Black with #434BF7
Text Example
Text Example
White with #434BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434BF7; }
p { color: rgb(67,75,247); }
H1.HeaderClassName
{
color: #434BF7;
}
.AnyTagClassName
{
color: #434BF7;
}
</style>
background-color css
<style>
a { background-color: #434BF7; }
a { background-color: rgb(67,75,247); }
div.DivClassName
{
background-color: #434BF7;
}
.BgClassName
{
background-color: #434BF7;
}
</style>
border-color css
<style>
span { border-color: #434BF7; }
span { border-color: rgb(67,75,247); }
td.TdClassName
{
border-color: #434BF7;
}
.TagClassName
{
border-color: #434BF7;
}
</style>