Html Css Color HEX #4053EF Neon Blue

📋 copy color: '#4053EF'

red 64 ◦ green 83 ◦ blue 239

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

Shades of Neon Blue #4053EF

Tints of Neon Blue #4053EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.92%

R = 16.58%
G = 21.5%
B = 61.92%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4053EF (or 0x4053EF) is known color: Neon Blue. HEX triplet: 40, 53 and EF. RGB value is (64,83,239). Sum of RGB (Red+Green+Blue) = 64+83+239=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #4053EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4053EF is #BFAC10. Grayscale: #5E5E5E. Windows color (decimal): -12561425 or 15684416. OLE color: 15684416.

HSL color Cylindrical-coordinate representation of color #4053EF: hue angle of 233.49º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4053EF is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 83 239 -
CMYK 0.73 0.65 0 0.06
HSL 233.49º 0.85% 0.59% -
HSV(B) 233.49º 0.73% 0.94% -
XYZ 20.79 13.51 83.17 -
YUV 95.1 209.21 105.82 -
System Red Green Blue C M Y K H S L
Decimal 64 83 239 0.73 0.65 0 0.06 233.49 0.85 0.59
Hex 40 53 EF 49 41 0 6 E9 55 3B
Octal 100 123 357 111 101 0 6 351 125 73
Binary 1000000 1010011 11101111 1001001 1000001 0 110 11101001 1010101 111011

Color Harmonies of #4053EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4053EF

Black with #4053EF

Text Example


Text Example

White with #4053EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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