#4634E7

Color #4634E7 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4634E7

Tints of Neon Blue #4634E7

Color information

#4634E7 (or 0x4634E7) is unknown color: approx Neon Blue. HEX triplet: 46, 34 and E7. RGB value is (70,52,231). Sum of RGB (Red+Green+Blue) = 70+52+231=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 231 (90.62% from 255 or 65.44% from 353); Max value from RGB is 231 - color contains mainly: blue. Hex color #4634E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4634E7 is #B9CB18. Grayscale: #4D4D4D. Windows color (decimal): -12176153 or 15152198. OLE color: 15152198.

HSL color Cylindrical-coordinate representation of color #4634E7: hue angle of 246.03º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4634E7 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7052231-
CMYK0.700.7700.09
HSL246.03º78.85%55.49%-
HSV(B)246.03º77.49%90.59%-
XYZ18.189.5376.48-
YUV77.79214.46122.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 19.83%
GREEN value IS 52 (20.70% from 255) = 14.73%
BLUE value IS 231 (90.62% from 255) = 65.44%
R=19.83%
G=14.73%
B=65.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal70522310.700.7700.09246.0378.8555.49
Hex4634E7464D09f64f37
Octal1066434710611501136611767
Binary1000110110100111001111000110100110101001111101101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4634E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4634E7; }

 p { color: rgb(70,52,231); }

 H1.HeaderClassName
 {
   color: #4634E7;
 }
 .AnyTagClassName
 {
   color: #4634E7;
 }
</style>
background-color css

<style>
 a { background-color: #4634E7; }

 a { background-color: rgb(70,52,231); }

 div.DivClassName
 {
   background-color: #4634E7;
 }
 .BgClassName
 {
   background-color: #4634E7;
 }
</style>
border-color css

<style>
 span { border-color: #4634E7; }

 span { border-color: rgb(70,52,231); }

 td.TdClassName
 {
   border-color: #4634E7;
 }
 .TagClassName
 {
   border-color: #4634E7;
 }
</style>