Html Css Color HEX #4D35EA Neon Blue

📋 copy color: '#4D35EA'

red 77 ◦ green 53 ◦ blue 234

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

Shades of Neon Blue #4D35EA

Tints of Neon Blue #4D35EA

RGB

 RED value IS 77 (30.47% from 255) = 21.15%

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

 BLUE value IS 234 (91.8% from 255) = 64.29%

R = 21.15%
G = 14.56%
B = 64.29%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4D35EA (or 0x4D35EA) is known color: Neon Blue. HEX triplet: 4D, 35 and EA. RGB value is (77,53,234). Sum of RGB (Red+Green+Blue) = 77+53+234=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D35EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D35EA is #B2CA15. Grayscale: #505050. Windows color (decimal): -11717142 or 15349069. OLE color: 15349069.

HSL color Cylindrical-coordinate representation of color #4D35EA: hue angle of 247.96º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D35EA is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 53 234 -
CMYK 0.67 0.77 0 0.08
HSL 247.96º 0.81% 0.56% -
HSV(B) 247.96º 0.77% 0.92% -
XYZ 19.18 10.06 78.77 -
YUV 80.81 214.45 125.28 -
System Red Green Blue C M Y K H S L
Decimal 77 53 234 0.67 0.77 0 0.08 247.96 0.81 0.56
Hex 4D 35 EA 43 4D 0 8 F8 51 38
Octal 115 65 352 103 115 0 10 370 121 70
Binary 1001101 110101 11101010 1000011 1001101 0 1000 11111000 1010001 111000

Color Harmonies of #4D35EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D35EA

Black with #4D35EA

Text Example


Text Example

White with #4D35EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,53,234); }

 H1.HeaderClassName
 {
   color: #4D35EA;
 }
 .AnyTagClassName
 {
   color: #4D35EA;
 }
</style>

background-color css

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

 a { background-color: rgb(77,53,234); }

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

border-color css

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

 span { border-color: rgb(77,53,234); }

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