#4635F2

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

Shades of Neon Blue #4635F2

Tints of Neon Blue #4635F2

Color information

#4635F2 (or 0x4635F2) is unknown color: approx Neon Blue. HEX triplet: 46, 35 and F2. RGB value is (70,53,242). Sum of RGB (Red+Green+Blue) = 70+53+242=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 242 (94.92% from 255 or 66.30% from 365); Max value from RGB is 242 - color contains mainly: blue. Hex color #4635F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4635F2 is #B9CA0D. Grayscale: #4E4E4E. Windows color (decimal): -12175886 or 15873350. OLE color: 15873350.

HSL color Cylindrical-coordinate representation of color #4635F2: hue angle of 245.4º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4635F2 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7053242-
CMYK0.710.7800.05
HSL245.4º87.91%57.84%-
HSV(B)245.4º78.1%94.9%-
XYZ19.8310.2684.94-
YUV79.63219.63121.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.18%
GREEN value IS 53 (21.09% from 255) = 14.52%
BLUE value IS 242 (94.92% from 255) = 66.30%
R=19.18%
G=14.52%
B=66.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal70532420.710.7800.05245.487.9157.84
Hex4635F2474E05f5583a
Octal106653621071160536513072
Binary100011011010111110010100011110011100101111101011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4635F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4635F2; }

 p { color: rgb(70,53,242); }

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

<style>
 a { background-color: #4635F2; }

 a { background-color: rgb(70,53,242); }

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

<style>
 span { border-color: #4635F2; }

 span { border-color: rgb(70,53,242); }

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