Html Css Color HEX #4956ED Neon Blue

📋 copy color: '#4956ED'

red 73 ◦ green 86 ◦ blue 237

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

Shades of Neon Blue #4956ED

Tints of Neon Blue #4956ED

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.72%

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

R = 18.43%
G = 21.72%
B = 59.85%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4956ED (or 0x4956ED) is known color: Neon Blue. HEX triplet: 49, 56 and ED. RGB value is (73,86,237). Sum of RGB (Red+Green+Blue) = 73+86+237=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #4956ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4956ED is #B6A912. Grayscale: #626262. Windows color (decimal): -11970835 or 15554121. OLE color: 15554121.

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

Color convert

RGB 73 86 237 -
CMYK 0.69 0.64 0 0.07
HSL 235.24º 0.82% 0.61% -
HSV(B) 235.24º 0.69% 0.93% -
XYZ 21.36 14.19 81.73 -
YUV 99.33 205.69 109.22 -
System Red Green Blue C M Y K H S L
Decimal 73 86 237 0.69 0.64 0 0.07 235.24 0.82 0.61
Hex 49 56 ED 45 40 0 7 EB 52 3D
Octal 111 126 355 105 100 0 7 353 122 75
Binary 1001001 1010110 11101101 1000101 1000000 0 111 11101011 1010010 111101

Color Harmonies of #4956ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4956ED

Black with #4956ED

Text Example


Text Example

White with #4956ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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