Html Css Color HEX #4053EC Neon Blue

📋 copy color: '#4053EC'

red 64 ◦ green 83 ◦ blue 236

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

Shades of Neon Blue #4053EC

Tints of Neon Blue #4053EC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.67%

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

R = 16.71%
G = 21.67%
B = 61.62%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4053EC (or 0x4053EC) is known color: Neon Blue. HEX triplet: 40, 53 and EC. RGB value is (64,83,236). Sum of RGB (Red+Green+Blue) = 64+83+236=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #4053EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4053EC is #BFAC13. Grayscale: #5E5E5E. Windows color (decimal): -12561428 or 15487808. OLE color: 15487808.

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

Color convert

RGB 64 83 236 -
CMYK 0.73 0.65 0 0.07
HSL 233.37º 0.82% 0.59% -
HSV(B) 233.37º 0.73% 0.93% -
XYZ 20.35 13.33 80.86 -
YUV 94.76 207.71 106.06 -
System Red Green Blue C M Y K H S L
Decimal 64 83 236 0.73 0.65 0 0.07 233.37 0.82 0.59
Hex 40 53 EC 49 41 0 7 E9 52 3B
Octal 100 123 354 111 101 0 7 351 122 73
Binary 1000000 1010011 11101100 1001001 1000001 0 111 11101001 1010010 111011

Color Harmonies of #4053EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4053EC

Black with #4053EC

Text Example


Text Example

White with #4053EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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