Shades of Neon Blue #4641EA
Tints of Neon Blue #4641EA
RGB
CMYK
RGB Variations
Color information
#4641EA (or 0x4641EA) is known color: Neon Blue. HEX triplet: 46, 41 and EA. RGB value is (70,65,234). Sum of RGB (Red+Green+Blue) = 70+65+234=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #4641EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4641EA is #B9BE15. Grayscale: #555555. Windows color (decimal): -12172822 or 15352134. OLE color: 15352134.
HSL color Cylindrical-coordinate representation of color #4641EA: hue angle of 241.78º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4641EA is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 65 | 234 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.08 |
| HSL | 241.78º | 0.8% | 0.59% | - |
| HSV(B) | 241.78º | 0.72% | 0.92% | - |
| XYZ | 19.27 | 11.02 | 78.95 | - |
| YUV | 85.76 | 211.66 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 234 | 0.70 | 0.72 | 0 | 0.08 | 241.78 | 0.8 | 0.59 |
| Hex | 46 | 41 | EA | 46 | 48 | 0 | 8 | F2 | 50 | 3B |
| Octal | 106 | 101 | 352 | 106 | 110 | 0 | 10 | 362 | 120 | 73 |
| Binary | 1000110 | 1000001 | 11101010 | 1000110 | 1001000 | 0 | 1000 | 11110010 | 1010000 | 111011 |
Color Harmonies of #4641EA
Complementary color
Monochromatic Colors of #4641EA
Black with #4641EA
Text Example
Text Example
White with #4641EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4641EA; }
p { color: rgb(70,65,234); }
H1.HeaderClassName
{
color: #4641EA;
}
.AnyTagClassName
{
color: #4641EA;
}
</style>
background-color css
<style>
a { background-color: #4641EA; }
a { background-color: rgb(70,65,234); }
div.DivClassName
{
background-color: #4641EA;
}
.BgClassName
{
background-color: #4641EA;
}
</style>
border-color css
<style>
span { border-color: #4641EA; }
span { border-color: rgb(70,65,234); }
td.TdClassName
{
border-color: #4641EA;
}
.TagClassName
{
border-color: #4641EA;
}
</style>