Html Css Color HEX #6050EE Neon Blue

📋 copy color: '#6050EE'

red 96 ◦ green 80 ◦ blue 238

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

Shades of Neon Blue #6050EE

Tints of Neon Blue #6050EE

RGB

 RED value IS 96 (37.89% from 255) = 23.19%

 GREEN value IS 80 (31.64% from 255) = 19.32%

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

R = 23.19%
G = 19.32%
B = 57.49%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6050EE (or 0x6050EE) is known color: Neon Blue. HEX triplet: 60, 50 and EE. RGB value is (96,80,238). Sum of RGB (Red+Green+Blue) = 96+80+238=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #6050EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6050EE is #9FAF11. Grayscale: #666666. Windows color (decimal): -10465042 or 15618144. OLE color: 15618144.

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

Color convert

RGB 96 80 238 -
CMYK 0.60 0.66 0 0.07
HSL 246.08º 0.82% 0.62% -
HSV(B) 246.08º 0.66% 0.93% -
XYZ 23.13 14.4 82.45 -
YUV 102.8 204.3 123.15 -
System Red Green Blue C M Y K H S L
Decimal 96 80 238 0.60 0.66 0 0.07 246.08 0.82 0.62
Hex 60 50 EE 3C 42 0 7 F6 52 3E
Octal 140 120 356 74 102 0 7 366 122 76
Binary 1100000 1010000 11101110 111100 1000010 0 111 11110110 1010010 111110

Color Harmonies of #6050EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6050EE

Black with #6050EE

Text Example


Text Example

White with #6050EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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