Html Css Color HEX #4048EF Neon Blue

📋 copy color: '#4048EF'

red 64 ◦ green 72 ◦ blue 239

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

Shades of Neon Blue #4048EF

Tints of Neon Blue #4048EF

RGB

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

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

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

R = 17.07%
G = 19.2%
B = 63.73%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4048EF (or 0x4048EF) is known color: Neon Blue. HEX triplet: 40, 48 and EF. RGB value is (64,72,239). Sum of RGB (Red+Green+Blue) = 64+72+239=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #4048EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4048EF is #BFB710. Grayscale: #575757. Windows color (decimal): -12564241 or 15681600. OLE color: 15681600.

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

Color convert

RGB 64 72 239 -
CMYK 0.73 0.70 0 0.06
HSL 237.26º 0.85% 0.59% -
HSV(B) 237.26º 0.73% 0.94% -
XYZ 20.01 11.96 82.91 -
YUV 88.65 212.85 110.42 -
System Red Green Blue C M Y K H S L
Decimal 64 72 239 0.73 0.70 0 0.06 237.26 0.85 0.59
Hex 40 48 EF 49 46 0 6 ED 55 3B
Octal 100 110 357 111 106 0 6 355 125 73
Binary 1000000 1001000 11101111 1001001 1000110 0 110 11101101 1010101 111011

Color Harmonies of #4048EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4048EF

Black with #4048EF

Text Example


Text Example

White with #4048EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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