Html Css Color HEX #4038EB Neon Blue

📋 copy color: '#4038EB'

red 64 ◦ green 56 ◦ blue 235

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

Shades of Neon Blue #4038EB

Tints of Neon Blue #4038EB

RGB

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

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

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

R = 18.03%
G = 15.77%
B = 66.2%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4038EB (or 0x4038EB) is known color: Neon Blue. HEX triplet: 40, 38 and EB. RGB value is (64,56,235). Sum of RGB (Red+Green+Blue) = 64+56+235=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #4038EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4038EB is #BFC714. Grayscale: #4E4E4E. Windows color (decimal): -12568341 or 15415360. OLE color: 15415360.

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

Color convert

RGB 64 56 235 -
CMYK 0.73 0.76 0 0.08
HSL 242.68º 0.82% 0.57% -
HSV(B) 242.68º 0.76% 0.92% -
XYZ 18.52 9.92 79.54 -
YUV 78.8 216.15 117.45 -
System Red Green Blue C M Y K H S L
Decimal 64 56 235 0.73 0.76 0 0.08 242.68 0.82 0.57
Hex 40 38 EB 49 4C 0 8 F3 52 39
Octal 100 70 353 111 114 0 10 363 122 71
Binary 1000000 111000 11101011 1001001 1001100 0 1000 11110011 1010010 111001

Color Harmonies of #4038EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4038EB

Black with #4038EB

Text Example


Text Example

White with #4038EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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