Html Css Color HEX #6049EF Neon Blue

📋 copy color: '#6049EF'

red 96 ◦ green 73 ◦ blue 239

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

Shades of Neon Blue #6049EF

Tints of Neon Blue #6049EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.58%

R = 23.53%
G = 17.89%
B = 58.58%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6049EF (or 0x6049EF) is known color: Neon Blue. HEX triplet: 60, 49 and EF. RGB value is (96,73,239). Sum of RGB (Red+Green+Blue) = 96+73+239=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #6049EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6049EF is #9FB610. Grayscale: #626262. Windows color (decimal): -10466833 or 15681888. OLE color: 15681888.

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

Color convert

RGB 96 73 239 -
CMYK 0.60 0.69 0 0.06
HSL 248.31º 0.84% 0.61% -
HSV(B) 248.31º 0.69% 0.94% -
XYZ 22.79 13.48 83.06 -
YUV 98.8 207.12 126 -
System Red Green Blue C M Y K H S L
Decimal 96 73 239 0.60 0.69 0 0.06 248.31 0.84 0.61
Hex 60 49 EF 3C 45 0 6 F8 54 3D
Octal 140 111 357 74 105 0 6 370 124 75
Binary 1100000 1001001 11101111 111100 1000101 0 110 11111000 1010100 111101

Color Harmonies of #6049EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6049EF

Black with #6049EF

Text Example


Text Example

White with #6049EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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