Html Css Color HEX #6049EE Neon Blue

📋 copy color: '#6049EE'

red 96 ◦ green 73 ◦ blue 238

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

Shades of Neon Blue #6049EE

Tints of Neon Blue #6049EE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.94%

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

R = 23.59%
G = 17.94%
B = 58.48%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6049EE (or 0x6049EE) is known color: Neon Blue. HEX triplet: 60, 49 and EE. RGB value is (96,73,238). Sum of RGB (Red+Green+Blue) = 96+73+238=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #6049EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6049EE is #9FB611. Grayscale: #626262. Windows color (decimal): -10466834 or 15616352. OLE color: 15616352.

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

Color convert

RGB 96 73 238 -
CMYK 0.60 0.69 0 0.07
HSL 248.36º 0.83% 0.61% -
HSV(B) 248.36º 0.69% 0.93% -
XYZ 22.64 13.42 82.29 -
YUV 98.69 206.62 126.08 -
System Red Green Blue C M Y K H S L
Decimal 96 73 238 0.60 0.69 0 0.07 248.36 0.83 0.61
Hex 60 49 EE 3C 45 0 7 F8 53 3D
Octal 140 111 356 74 105 0 7 370 123 75
Binary 1100000 1001001 11101110 111100 1000101 0 111 11111000 1010011 111101

Color Harmonies of #6049EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6049EE

Black with #6049EE

Text Example


Text Example

White with #6049EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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