Html Css Color HEX #4048EC Neon Blue

📋 copy color: '#4048EC'

red 64 ◦ green 72 ◦ blue 236

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

Shades of Neon Blue #4048EC

Tints of Neon Blue #4048EC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.35%

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

R = 17.2%
G = 19.35%
B = 63.44%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4048EC (or 0x4048EC) is known color: Neon Blue. HEX triplet: 40, 48 and EC. RGB value is (64,72,236). Sum of RGB (Red+Green+Blue) = 64+72+236=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #4048EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4048EC is #BFB713. Grayscale: #575757. Windows color (decimal): -12564244 or 15484992. OLE color: 15484992.

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

Color convert

RGB 64 72 236 -
CMYK 0.73 0.69 0 0.07
HSL 237.21º 0.82% 0.59% -
HSV(B) 237.21º 0.73% 0.93% -
XYZ 19.57 11.78 80.6 -
YUV 88.3 211.35 110.66 -
System Red Green Blue C M Y K H S L
Decimal 64 72 236 0.73 0.69 0 0.07 237.21 0.82 0.59
Hex 40 48 EC 49 45 0 7 ED 52 3B
Octal 100 110 354 111 105 0 7 355 122 73
Binary 1000000 1001000 11101100 1001001 1000101 0 111 11101101 1010010 111011

Color Harmonies of #4048EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4048EC

Black with #4048EC

Text Example


Text Example

White with #4048EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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