Html Css Color HEX #4050EC Neon Blue

📋 copy color: '#4050EC'

red 64 ◦ green 80 ◦ blue 236

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

Shades of Neon Blue #4050EC

Tints of Neon Blue #4050EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 62.11%

R = 16.84%
G = 21.05%
B = 62.11%

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

#4050EC (or 0x4050EC) is known color: Neon Blue. HEX triplet: 40, 50 and EC. RGB value is (64,80,236). Sum of RGB (Red+Green+Blue) = 64+80+236=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #4050EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4050EC is #BFAF13. Grayscale: #5C5C5C. Windows color (decimal): -12562196 or 15487040. OLE color: 15487040.

HSL color Cylindrical-coordinate representation of color #4050EC: hue angle of 234.42º degrees, saturation: 0.82, 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 #4050EC is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 80 236 -
CMYK 0.73 0.66 0 0.07
HSL 234.42º 0.82% 0.59% -
HSV(B) 234.42º 0.73% 0.93% -
XYZ 20.12 12.88 80.78 -
YUV 93 208.7 107.32 -
System Red Green Blue C M Y K H S L
Decimal 64 80 236 0.73 0.66 0 0.07 234.42 0.82 0.59
Hex 40 50 EC 49 42 0 7 EA 52 3B
Octal 100 120 354 111 102 0 7 352 122 73
Binary 1000000 1010000 11101100 1001001 1000010 0 111 11101010 1010010 111011

Color Harmonies of #4050EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4050EC

Black with #4050EC

Text Example


Text Example

White with #4050EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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