Html Css Color HEX #5035EE Neon Blue

📋 copy color: '#5035EE'

red 80 ◦ green 53 ◦ blue 238

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

Shades of Neon Blue #5035EE

Tints of Neon Blue #5035EE

RGB

 RED value IS 80 (31.64% from 255) = 21.56%

 GREEN value IS 53 (21.09% from 255) = 14.29%

 BLUE value IS 238 (93.36% from 255) = 64.15%

R = 21.56%
G = 14.29%
B = 64.15%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5035EE (or 0x5035EE) is known color: Neon Blue. HEX triplet: 50, 35 and EE. RGB value is (80,53,238). Sum of RGB (Red+Green+Blue) = 80+53+238=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #5035EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5035EE is #AFCA11. Grayscale: #515151. Windows color (decimal): -11520530 or 15611216. OLE color: 15611216.

HSL color Cylindrical-coordinate representation of color #5035EE: hue angle of 248.76º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5035EE is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 53 238 -
CMYK 0.66 0.78 0 0.07
HSL 248.76º 0.84% 0.57% -
HSV(B) 248.76º 0.78% 0.93% -
XYZ 20.01 10.42 81.85 -
YUV 82.16 215.95 126.46 -
System Red Green Blue C M Y K H S L
Decimal 80 53 238 0.66 0.78 0 0.07 248.76 0.84 0.57
Hex 50 35 EE 42 4E 0 7 F9 54 39
Octal 120 65 356 102 116 0 7 371 124 71
Binary 1010000 110101 11101110 1000010 1001110 0 111 11111001 1010100 111001

Color Harmonies of #5035EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5035EE

Black with #5035EE

Text Example


Text Example

White with #5035EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5035EE; }

 p { color: rgb(80,53,238); }

 H1.HeaderClassName
 {
   color: #5035EE;
 }
 .AnyTagClassName
 {
   color: #5035EE;
 }
</style>

background-color css

<style>
 a { background-color: #5035EE; }

 a { background-color: rgb(80,53,238); }

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

border-color css

<style>
 span { border-color: #5035EE; }

 span { border-color: rgb(80,53,238); }

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