Html Css Color HEX #4041EB Neon Blue

📋 copy color: '#4041EB'

red 64 ◦ green 65 ◦ blue 235

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

Shades of Neon Blue #4041EB

Tints of Neon Blue #4041EB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.86%

 BLUE value IS 235 (92.19% from 255) = 64.56%

R = 17.58%
G = 17.86%
B = 64.56%

CMYK

 C value IS 0.73

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4041EB (or 0x4041EB) is known color: Neon Blue. HEX triplet: 40, 41 and EB. RGB value is (64,65,235). Sum of RGB (Red+Green+Blue) = 64+65+235=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 235 (92.19% from 255 or 64.56% from 364); Max value from RGB is 235 - color contains mainly: blue. Hex color #4041EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4041EB is #BFBE14. Grayscale: #535353. Windows color (decimal): -12566037 or 15417664. OLE color: 15417664.

HSL color Cylindrical-coordinate representation of color #4041EB: hue angle of 239.65º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4041EB is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 65 235 -
CMYK 0.73 0.72 0 0.08
HSL 239.65º 0.81% 0.59% -
HSV(B) 239.65º 0.73% 0.92% -
XYZ 19 10.87 79.69 -
YUV 84.08 213.17 113.68 -
System Red Green Blue C M Y K H S L
Decimal 64 65 235 0.73 0.72 0 0.08 239.65 0.81 0.59
Hex 40 41 EB 49 48 0 8 F0 51 3B
Octal 100 101 353 111 110 0 10 360 121 73
Binary 1000000 1000001 11101011 1001001 1001000 0 1000 11110000 1010001 111011

Color Harmonies of #4041EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4041EB

Black with #4041EB

Text Example


Text Example

White with #4041EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4041EB; }

 p { color: rgb(64,65,235); }

 H1.HeaderClassName
 {
   color: #4041EB;
 }
 .AnyTagClassName
 {
   color: #4041EB;
 }
</style>

background-color css

<style>
 a { background-color: #4041EB; }

 a { background-color: rgb(64,65,235); }

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

border-color css

<style>
 span { border-color: #4041EB; }

 span { border-color: rgb(64,65,235); }

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