#4a35dc

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

Shades of Neon Blue #4A35DC

Tints of Neon Blue #4A35DC

Color information

#4A35DC (or 0x4A35DC) is unknown color: approx Neon Blue. HEX triplet: 4A, 35 and DC. RGB value is (74,53,220). Sum of RGB (Red+Green+Blue) = 74+53+220=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A35DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A35DC is #B5CA23. Grayscale: #4D4D4D. Windows color (decimal): -11913764 or 14431562. OLE color: 14431562.

HSL color Cylindrical-coordinate representation of color #4A35DC: hue angle of 247.54º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A35DC is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7453220-
CMYK0.660.7600.14
HSL247.54º70.46%53.53%-
HSV(B)247.54º75.91%86.27%-
XYZ17.029.1768.58-
YUV78.32207.96124.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.33%
GREEN value IS 53 (21.09% from 255) = 15.27%
BLUE value IS 220 (86.33% from 255) = 63.40%
R=21.33%
G=15.27%
B=63.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal74532200.660.7600.14247.5470.4653.53
Hex4A35DC424C0Ef84636
Octal1126533410211401637010666
Binary1001010110101110111001000010100110001110111110001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a35dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4a35dc; }

 p { color: rgb(74,53,220); }

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

<style>
 a { background-color: #4a35dc; }

 a { background-color: rgb(74,53,220); }

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

<style>
 span { border-color: #4a35dc; }

 span { border-color: rgb(74,53,220); }

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