Html Css Color HEX #6047EB Neon Blue

📋 copy color: '#6047EB'

red 96 ◦ green 71 ◦ blue 235

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

Shades of Neon Blue #6047EB

Tints of Neon Blue #6047EB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.66%

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

R = 23.88%
G = 17.66%
B = 58.46%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6047EB (or 0x6047EB) is known color: Neon Blue. HEX triplet: 60, 47 and EB. RGB value is (96,71,235). Sum of RGB (Red+Green+Blue) = 96+71+235=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 235 (92.19% from 255 or 58.46% from 402); Max value from RGB is 235 - color contains mainly: blue. Hex color #6047EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6047EB is #9FB814. Grayscale: #606060. Windows color (decimal): -10467349 or 15419232. OLE color: 15419232.

HSL color Cylindrical-coordinate representation of color #6047EB: hue angle of 249.15º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6047EB is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 71 235 -
CMYK 0.59 0.70 0 0.08
HSL 249.15º 0.8% 0.6% -
HSV(B) 249.15º 0.7% 0.92% -
XYZ 22.07 12.99 79.94 -
YUV 97.17 205.78 127.16 -
System Red Green Blue C M Y K H S L
Decimal 96 71 235 0.59 0.70 0 0.08 249.15 0.8 0.6
Hex 60 47 EB 3B 46 0 8 F9 50 3C
Octal 140 107 353 73 106 0 10 371 120 74
Binary 1100000 1000111 11101011 111011 1000110 0 1000 11111001 1010000 111100

Color Harmonies of #6047EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6047EB

Black with #6047EB

Text Example


Text Example

White with #6047EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,71,235); }

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

background-color css

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

 a { background-color: rgb(96,71,235); }

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

border-color css

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

 span { border-color: rgb(96,71,235); }

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