Html Css Color HEX #4C5AED Neon Blue

📋 copy color: '#4C5AED'

red 76 ◦ green 90 ◦ blue 237

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

Shades of Neon Blue #4C5AED

Tints of Neon Blue #4C5AED

RGB

 RED value IS 76 (30.08% from 255) = 18.86%

 GREEN value IS 90 (35.55% from 255) = 22.33%

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

R = 18.86%
G = 22.33%
B = 58.81%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4C5AED (or 0x4C5AED) is known color: Neon Blue. HEX triplet: 4C, 5A and ED. RGB value is (76,90,237). Sum of RGB (Red+Green+Blue) = 76+90+237=403 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.86% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 237 (92.97% from 255 or 58.81% from 403); Max value from RGB is 237 - color contains mainly: blue. Hex color #4C5AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C5AED is #B3A512. Grayscale: #656565. Windows color (decimal): -11773203 or 15555148. OLE color: 15555148.

HSL color Cylindrical-coordinate representation of color #4C5AED: hue angle of 234.78º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C5AED is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 76 90 237 -
CMYK 0.68 0.62 0 0.07
HSL 234.78º 0.82% 0.61% -
HSV(B) 234.78º 0.68% 0.93% -
XYZ 21.92 14.96 81.85 -
YUV 102.57 203.86 109.05 -
System Red Green Blue C M Y K H S L
Decimal 76 90 237 0.68 0.62 0 0.07 234.78 0.82 0.61
Hex 4C 5A ED 44 3E 0 7 EB 52 3D
Octal 114 132 355 104 76 0 7 353 122 75
Binary 1001100 1011010 11101101 1000100 111110 0 111 11101011 1010010 111101

Color Harmonies of #4C5AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5AED

Black with #4C5AED

Text Example


Text Example

White with #4C5AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,90,237); }

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

background-color css

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

 a { background-color: rgb(76,90,237); }

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

border-color css

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

 span { border-color: rgb(76,90,237); }

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