Html Css Color HEX #6047EF Neon Blue

📋 copy color: '#6047EF'

red 96 ◦ green 71 ◦ blue 239

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

Shades of Neon Blue #6047EF

Tints of Neon Blue #6047EF

RGB

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

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

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

R = 23.65%
G = 17.49%
B = 58.87%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6047EF (or 0x6047EF) is known color: Neon Blue. HEX triplet: 60, 47 and EF. RGB value is (96,71,239). Sum of RGB (Red+Green+Blue) = 96+71+239=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #6047EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6047EF is #9FB810. Grayscale: #606060. Windows color (decimal): -10467345 or 15681376. OLE color: 15681376.

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

Color convert

RGB 96 71 239 -
CMYK 0.60 0.70 0 0.06
HSL 248.93º 0.84% 0.61% -
HSV(B) 248.93º 0.7% 0.94% -
XYZ 22.66 13.23 83.02 -
YUV 97.63 207.78 126.84 -
System Red Green Blue C M Y K H S L
Decimal 96 71 239 0.60 0.70 0 0.06 248.93 0.84 0.61
Hex 60 47 EF 3C 46 0 6 F9 54 3D
Octal 140 107 357 74 106 0 6 371 124 75
Binary 1100000 1000111 11101111 111100 1000110 0 110 11111001 1010100 111101

Color Harmonies of #6047EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6047EF

Black with #6047EF

Text Example


Text Example

White with #6047EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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