Html Css Color HEX #4052EF Neon Blue

📋 copy color: '#4052EF'

red 64 ◦ green 82 ◦ blue 239

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

Shades of Neon Blue #4052EF

Tints of Neon Blue #4052EF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.3%

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

R = 16.62%
G = 21.3%
B = 62.08%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4052EF (or 0x4052EF) is known color: Neon Blue. HEX triplet: 40, 52 and EF. RGB value is (64,82,239). Sum of RGB (Red+Green+Blue) = 64+82+239=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #4052EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4052EF is #BFAD10. Grayscale: #5D5D5D. Windows color (decimal): -12561681 or 15684160. OLE color: 15684160.

HSL color Cylindrical-coordinate representation of color #4052EF: hue angle of 233.83º 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 #4052EF is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 82 239 -
CMYK 0.73 0.66 0 0.06
HSL 233.83º 0.85% 0.59% -
HSV(B) 233.83º 0.73% 0.94% -
XYZ 20.71 13.36 83.15 -
YUV 94.52 209.54 106.23 -
System Red Green Blue C M Y K H S L
Decimal 64 82 239 0.73 0.66 0 0.06 233.83 0.85 0.59
Hex 40 52 EF 49 42 0 6 EA 55 3B
Octal 100 122 357 111 102 0 6 352 125 73
Binary 1000000 1010010 11101111 1001001 1000010 0 110 11101010 1010101 111011

Color Harmonies of #4052EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4052EF

Black with #4052EF

Text Example


Text Example

White with #4052EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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