Html Css Color HEX #4935ED Neon Blue

📋 copy color: '#4935ED'

red 73 ◦ green 53 ◦ blue 237

#4935ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #4935ED

Tints of Neon Blue #4935ED

RGB

 RED value IS 73 (28.91% from 255) = 20.11%

 GREEN value IS 53 (21.09% from 255) = 14.6%

 BLUE value IS 237 (92.97% from 255) = 65.29%

R = 20.11%
G = 14.6%
B = 65.29%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4935ED (or 0x4935ED) is known color: Neon Blue. HEX triplet: 49, 35 and ED. RGB value is (73,53,237). Sum of RGB (Red+Green+Blue) = 73+53+237=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #4935ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4935ED is #B6CA12. Grayscale: #4F4F4F. Windows color (decimal): -11979283 or 15545673. OLE color: 15545673.

HSL color Cylindrical-coordinate representation of color #4935ED: hue angle of 246.52º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4935ED is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 53 237 -
CMYK 0.69 0.78 0 0.07
HSL 246.52º 0.84% 0.57% -
HSV(B) 246.52º 0.78% 0.93% -
XYZ 19.31 10.08 81.05 -
YUV 79.96 216.63 123.04 -
System Red Green Blue C M Y K H S L
Decimal 73 53 237 0.69 0.78 0 0.07 246.52 0.84 0.57
Hex 49 35 ED 45 4E 0 7 F7 54 39
Octal 111 65 355 105 116 0 7 367 124 71
Binary 1001001 110101 11101101 1000101 1001110 0 111 11110111 1010100 111001

Color Harmonies of #4935ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4935ED

Black with #4935ED

Text Example


Text Example

White with #4935ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4935ED; }

 p { color: rgb(73,53,237); }

 H1.HeaderClassName
 {
   color: #4935ED;
 }
 .AnyTagClassName
 {
   color: #4935ED;
 }
</style>

background-color css

<style>
 a { background-color: #4935ED; }

 a { background-color: rgb(73,53,237); }

 div.DivClassName
 {
   background-color: #4935ED;
 }
 .BgClassName
 {
   background-color: #4935ED;
 }
</style>

border-color css

<style>
 span { border-color: #4935ED; }

 span { border-color: rgb(73,53,237); }

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