Html Css Color HEX #4950ED Neon Blue

📋 copy color: '#4950ED'

red 73 ◦ green 80 ◦ blue 237

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

Shades of Neon Blue #4950ED

Tints of Neon Blue #4950ED

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.51%

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

R = 18.72%
G = 20.51%
B = 60.77%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4950ED (or 0x4950ED) is known color: Neon Blue. HEX triplet: 49, 50 and ED. RGB value is (73,80,237). Sum of RGB (Red+Green+Blue) = 73+80+237=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #4950ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4950ED is #B6AF12. Grayscale: #5F5F5F. Windows color (decimal): -11972371 or 15552585. OLE color: 15552585.

HSL color Cylindrical-coordinate representation of color #4950ED: hue angle of 237.44º 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 #4950ED is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 80 237 -
CMYK 0.69 0.66 0 0.07
HSL 237.44º 0.82% 0.61% -
HSV(B) 237.44º 0.69% 0.93% -
XYZ 20.9 13.27 81.58 -
YUV 95.81 207.68 111.73 -
System Red Green Blue C M Y K H S L
Decimal 73 80 237 0.69 0.66 0 0.07 237.44 0.82 0.61
Hex 49 50 ED 45 42 0 7 ED 52 3D
Octal 111 120 355 105 102 0 7 355 122 75
Binary 1001001 1010000 11101101 1000101 1000010 0 111 11101101 1010010 111101

Color Harmonies of #4950ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4950ED

Black with #4950ED

Text Example


Text Example

White with #4950ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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