Html Css Color HEX #4046EB Neon Blue

📋 copy color: '#4046EB'

red 64 ◦ green 70 ◦ blue 235

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

Shades of Neon Blue #4046EB

Tints of Neon Blue #4046EB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.97%

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

R = 17.34%
G = 18.97%
B = 63.69%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4046EB (or 0x4046EB) is known color: Neon Blue. HEX triplet: 40, 46 and EB. RGB value is (64,70,235). Sum of RGB (Red+Green+Blue) = 64+70+235=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #4046EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4046EB is #BFB914. Grayscale: #565656. Windows color (decimal): -12564757 or 15418944. OLE color: 15418944.

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

Color convert

RGB 64 70 235 -
CMYK 0.73 0.70 0 0.08
HSL 237.89º 0.81% 0.59% -
HSV(B) 237.89º 0.73% 0.92% -
XYZ 19.3 11.47 79.79 -
YUV 87.02 211.51 111.58 -
System Red Green Blue C M Y K H S L
Decimal 64 70 235 0.73 0.70 0 0.08 237.89 0.81 0.59
Hex 40 46 EB 49 46 0 8 EE 51 3B
Octal 100 106 353 111 106 0 10 356 121 73
Binary 1000000 1000110 11101011 1001001 1000110 0 1000 11101110 1010001 111011

Color Harmonies of #4046EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4046EB

Black with #4046EB

Text Example


Text Example

White with #4046EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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