#4534F6

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

Shades of Neon Blue #4534F6

Tints of Neon Blue #4534F6

Color information

#4534F6 (or 0x4534F6) is unknown color: approx Neon Blue. HEX triplet: 45, 34 and F6. RGB value is (69,52,246). Sum of RGB (Red+Green+Blue) = 69+52+246=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 246 (96.48% from 255 or 67.03% from 367); Max value from RGB is 246 - color contains mainly: blue. Hex color #4534F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4534F6 is #BACB09. Grayscale: #4E4E4E. Windows color (decimal): -12241674 or 16135237. OLE color: 16135237.

HSL color Cylindrical-coordinate representation of color #4534F6: hue angle of 245.26º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4534F6 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6952246-
CMYK0.720.7900.04
HSL245.26º91.51%58.43%-
HSV(B)245.26º78.86%96.47%-
XYZ20.3210.3888.12-
YUV79.2222.13120.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.80%
GREEN value IS 52 (20.70% from 255) = 14.17%
BLUE value IS 246 (96.48% from 255) = 67.03%
R=18.80%
G=14.17%
B=67.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal69522460.720.7900.04245.2691.5158.43
Hex4534F6484F04f55c3a
Octal105643661101170436513472
Binary100010111010011110110100100010011110100111101011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4534F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4534F6; }

 p { color: rgb(69,52,246); }

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

<style>
 a { background-color: #4534F6; }

 a { background-color: rgb(69,52,246); }

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

<style>
 span { border-color: #4534F6; }

 span { border-color: rgb(69,52,246); }

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