Html Css Color HEX #4052EC Neon Blue

📋 copy color: '#4052EC'

red 64 ◦ green 82 ◦ blue 236

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

Shades of Neon Blue #4052EC

Tints of Neon Blue #4052EC

RGB

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

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

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

R = 16.75%
G = 21.47%
B = 61.78%

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

#4052EC (or 0x4052EC) is known color: Neon Blue. HEX triplet: 40, 52 and EC. RGB value is (64,82,236). Sum of RGB (Red+Green+Blue) = 64+82+236=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #4052EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4052EC is #BFAD13. Grayscale: #5D5D5D. Windows color (decimal): -12561684 or 15487552. OLE color: 15487552.

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

Color convert

RGB 64 82 236 -
CMYK 0.73 0.65 0 0.07
HSL 233.72º 0.82% 0.59% -
HSV(B) 233.72º 0.73% 0.93% -
XYZ 20.27 13.18 80.83 -
YUV 94.17 208.04 106.48 -
System Red Green Blue C M Y K H S L
Decimal 64 82 236 0.73 0.65 0 0.07 233.72 0.82 0.59
Hex 40 52 EC 49 41 0 7 EA 52 3B
Octal 100 122 354 111 101 0 7 352 122 73
Binary 1000000 1010010 11101100 1001001 1000001 0 111 11101010 1010010 111011

Color Harmonies of #4052EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4052EC

Black with #4052EC

Text Example


Text Example

White with #4052EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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