Html Css Color HEX #4038EC Neon Blue

📋 copy color: '#4038EC'

red 64 ◦ green 56 ◦ blue 236

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

Shades of Neon Blue #4038EC

Tints of Neon Blue #4038EC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.73%

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

R = 17.98%
G = 15.73%
B = 66.29%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4038EC (or 0x4038EC) is known color: Neon Blue. HEX triplet: 40, 38 and EC. RGB value is (64,56,236). Sum of RGB (Red+Green+Blue) = 64+56+236=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #4038EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4038EC is #BFC713. Grayscale: #4E4E4E. Windows color (decimal): -12568340 or 15480896. OLE color: 15480896.

HSL color Cylindrical-coordinate representation of color #4038EC: hue angle of 242.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4038EC is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 56 236 -
CMYK 0.73 0.76 0 0.07
HSL 242.67º 0.83% 0.57% -
HSV(B) 242.67º 0.76% 0.93% -
XYZ 18.67 9.97 80.3 -
YUV 78.91 216.65 117.36 -
System Red Green Blue C M Y K H S L
Decimal 64 56 236 0.73 0.76 0 0.07 242.67 0.83 0.57
Hex 40 38 EC 49 4C 0 7 F3 53 39
Octal 100 70 354 111 114 0 7 363 123 71
Binary 1000000 111000 11101100 1001001 1001100 0 111 11110011 1010011 111001

Color Harmonies of #4038EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4038EC

Black with #4038EC

Text Example


Text Example

White with #4038EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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