Shades of Neon Blue #4758F7
Tints of Neon Blue #4758F7
RGB
CMYK
RGB Variations
Color information
#4758F7 (or 0x4758F7) is known color: Neon Blue. HEX triplet: 47, 58 and F7. RGB value is (71,88,247). Sum of RGB (Red+Green+Blue) = 71+88+247=406 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.49% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 247 (96.88% from 255 or 60.84% from 406); Max value from RGB is 247 - color contains mainly: blue. Hex color #4758F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4758F7 is #B8A708. Grayscale: #646464. Windows color (decimal): -12101385 or 16209991. OLE color: 16209991.
HSL color Cylindrical-coordinate representation of color #4758F7: hue angle of 234.2º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4758F7 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 71 | 88 | 247 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.03 |
| HSL | 234.2º | 0.92% | 0.62% | - |
| HSV(B) | 234.2º | 0.71% | 0.97% | - |
| XYZ | 22.88 | 15.03 | 89.69 | - |
| YUV | 101.04 | 210.37 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 88 | 247 | 0.71 | 0.64 | 0 | 0.03 | 234.2 | 0.92 | 0.62 |
| Hex | 47 | 58 | F7 | 47 | 40 | 0 | 3 | EA | 5C | 3E |
| Octal | 107 | 130 | 367 | 107 | 100 | 0 | 3 | 352 | 134 | 76 |
| Binary | 1000111 | 1011000 | 11110111 | 1000111 | 1000000 | 0 | 11 | 11101010 | 1011100 | 111110 |
Color Harmonies of #4758F7
Complementary color
Monochromatic Colors of #4758F7
Black with #4758F7
Text Example
Text Example
White with #4758F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4758F7; }
p { color: rgb(71,88,247); }
H1.HeaderClassName
{
color: #4758F7;
}
.AnyTagClassName
{
color: #4758F7;
}
</style>
background-color css
<style>
a { background-color: #4758F7; }
a { background-color: rgb(71,88,247); }
div.DivClassName
{
background-color: #4758F7;
}
.BgClassName
{
background-color: #4758F7;
}
</style>
border-color css
<style>
span { border-color: #4758F7; }
span { border-color: rgb(71,88,247); }
td.TdClassName
{
border-color: #4758F7;
}
.TagClassName
{
border-color: #4758F7;
}
</style>