Shades of Neon Blue #434FE7
Tints of Neon Blue #434FE7
RGB
CMYK
RGB Variations
Color information
#434FE7 (or 0x434FE7) is known color: Neon Blue. HEX triplet: 43, 4F and E7. RGB value is (67,79,231). Sum of RGB (Red+Green+Blue) = 67+79+231=377 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.77% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 231 (90.62% from 255 or 61.27% from 377); Max value from RGB is 231 - color contains mainly: blue. Hex color #434FE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #434FE7 is #BCB018. Grayscale: #5C5C5C. Windows color (decimal): -12365849 or 15159107. OLE color: 15159107.
HSL color Cylindrical-coordinate representation of color #434FE7: hue angle of 235.61º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #434FE7 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 67 | 79 | 231 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.09 |
| HSL | 235.61º | 0.77% | 0.58% | - |
| HSV(B) | 235.61º | 0.71% | 0.91% | - |
| XYZ | 19.53 | 12.55 | 77 | - |
| YUV | 92.74 | 206.02 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 231 | 0.71 | 0.66 | 0 | 0.09 | 235.61 | 0.77 | 0.58 |
| Hex | 43 | 4F | E7 | 47 | 42 | 0 | 9 | EC | 4D | 3A |
| Octal | 103 | 117 | 347 | 107 | 102 | 0 | 11 | 354 | 115 | 72 |
| Binary | 1000011 | 1001111 | 11100111 | 1000111 | 1000010 | 0 | 1001 | 11101100 | 1001101 | 111010 |
Color Harmonies of #434FE7
Complementary color
Monochromatic Colors of #434FE7
Black with #434FE7
Text Example
Text Example
White with #434FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434FE7; }
p { color: rgb(67,79,231); }
H1.HeaderClassName
{
color: #434FE7;
}
.AnyTagClassName
{
color: #434FE7;
}
</style>
background-color css
<style>
a { background-color: #434FE7; }
a { background-color: rgb(67,79,231); }
div.DivClassName
{
background-color: #434FE7;
}
.BgClassName
{
background-color: #434FE7;
}
</style>
border-color css
<style>
span { border-color: #434FE7; }
span { border-color: rgb(67,79,231); }
td.TdClassName
{
border-color: #434FE7;
}
.TagClassName
{
border-color: #434FE7;
}
</style>