Html Css Color HEX #4050ED Neon Blue

📋 copy color: '#4050ED'

red 64 ◦ green 80 ◦ blue 237

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

Shades of Neon Blue #4050ED

Tints of Neon Blue #4050ED

RGB

 RED value IS 64 (25.39% from 255) = 16.8%

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

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

R = 16.8%
G = 21%
B = 62.2%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4050ED (or 0x4050ED) is known color: Neon Blue. HEX triplet: 40, 50 and ED. RGB value is (64,80,237). Sum of RGB (Red+Green+Blue) = 64+80+237=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #4050ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4050ED is #BFAF12. Grayscale: #5C5C5C. Windows color (decimal): -12562195 or 15552576. OLE color: 15552576.

HSL color Cylindrical-coordinate representation of color #4050ED: hue angle of 234.45º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4050ED is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 80 237 -
CMYK 0.73 0.66 0 0.07
HSL 234.45º 0.83% 0.59% -
HSV(B) 234.45º 0.73% 0.93% -
XYZ 20.27 12.94 81.55 -
YUV 93.11 209.2 107.23 -
System Red Green Blue C M Y K H S L
Decimal 64 80 237 0.73 0.66 0 0.07 234.45 0.83 0.59
Hex 40 50 ED 49 42 0 7 EA 53 3B
Octal 100 120 355 111 102 0 7 352 123 73
Binary 1000000 1010000 11101101 1001001 1000010 0 111 11101010 1010011 111011

Color Harmonies of #4050ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4050ED

Black with #4050ED

Text Example


Text Example

White with #4050ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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