Shades of Neon Blue #4641F8
Tints of Neon Blue #4641F8
RGB
CMYK
RGB Variations
Color information
#4641F8 (or 0x4641F8) is known color: Neon Blue. HEX triplet: 46, 41 and F8. RGB value is (70,65,248). Sum of RGB (Red+Green+Blue) = 70+65+248=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 248 (97.27% from 255 or 64.75% from 383); Max value from RGB is 248 - color contains mainly: blue. Hex color #4641F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4641F8 is #B9BE07. Grayscale: #565656. Windows color (decimal): -12172808 or 16269638. OLE color: 16269638.
HSL color Cylindrical-coordinate representation of color #4641F8: hue angle of 241.64º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4641F8 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 70 | 65 | 248 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.03 |
| HSL | 241.64º | 0.93% | 0.61% | - |
| HSV(B) | 241.64º | 0.74% | 0.97% | - |
| XYZ | 21.36 | 11.86 | 89.97 | - |
| YUV | 87.36 | 218.66 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 248 | 0.72 | 0.74 | 0 | 0.03 | 241.64 | 0.93 | 0.61 |
| Hex | 46 | 41 | F8 | 48 | 4A | 0 | 3 | F2 | 5D | 3D |
| Octal | 106 | 101 | 370 | 110 | 112 | 0 | 3 | 362 | 135 | 75 |
| Binary | 1000110 | 1000001 | 11111000 | 1001000 | 1001010 | 0 | 11 | 11110010 | 1011101 | 111101 |
Color Harmonies of #4641F8
Complementary color
Monochromatic Colors of #4641F8
Black with #4641F8
Text Example
Text Example
White with #4641F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4641F8; }
p { color: rgb(70,65,248); }
H1.HeaderClassName
{
color: #4641F8;
}
.AnyTagClassName
{
color: #4641F8;
}
</style>
background-color css
<style>
a { background-color: #4641F8; }
a { background-color: rgb(70,65,248); }
div.DivClassName
{
background-color: #4641F8;
}
.BgClassName
{
background-color: #4641F8;
}
</style>
border-color css
<style>
span { border-color: #4641F8; }
span { border-color: rgb(70,65,248); }
td.TdClassName
{
border-color: #4641F8;
}
.TagClassName
{
border-color: #4641F8;
}
</style>