Html Css Color HEX #4139EB Neon Blue

📋 copy color: '#4139EB'

red 65 ◦ green 57 ◦ blue 235

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

Shades of Neon Blue #4139EB

Tints of Neon Blue #4139EB

RGB

 RED value IS 65 (25.78% from 255) = 18.21%

 GREEN value IS 57 (22.66% from 255) = 15.97%

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

R = 18.21%
G = 15.97%
B = 65.83%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4139EB (or 0x4139EB) is known color: Neon Blue. HEX triplet: 41, 39 and EB. RGB value is (65,57,235). Sum of RGB (Red+Green+Blue) = 65+57+235=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 235 (92.19% from 255 or 65.83% from 357); Max value from RGB is 235 - color contains mainly: blue. Hex color #4139EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4139EB is #BEC614. Grayscale: #4E4E4E. Windows color (decimal): -12502549 or 15415617. OLE color: 15415617.

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

Color convert

RGB 65 57 235 -
CMYK 0.72 0.76 0 0.08
HSL 242.7º 0.82% 0.57% -
HSV(B) 242.7º 0.76% 0.92% -
XYZ 18.64 10.05 79.55 -
YUV 79.68 215.65 117.53 -
System Red Green Blue C M Y K H S L
Decimal 65 57 235 0.72 0.76 0 0.08 242.7 0.82 0.57
Hex 41 39 EB 48 4C 0 8 F3 52 39
Octal 101 71 353 110 114 0 10 363 122 71
Binary 1000001 111001 11101011 1001000 1001100 0 1000 11110011 1010010 111001

Color Harmonies of #4139EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4139EB

Black with #4139EB

Text Example


Text Example

White with #4139EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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