Html Css Color HEX #6047FF Neon Blue

📋 copy color: '#6047FF'

red 96 ◦ green 71 ◦ blue 255

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

Shades of Neon Blue #6047FF

Tints of Neon Blue #6047FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.43%

R = 22.75%
G = 16.82%
B = 60.43%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6047FF (or 0x6047FF) is known color: Neon Blue. HEX triplet: 60, 47 and FF. RGB value is (96,71,255). Sum of RGB (Red+Green+Blue) = 96+71+255=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #6047FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6047FF is #9FB800. Grayscale: #626262. Windows color (decimal): -10467329 or 16729952. OLE color: 16729952.

HSL color Cylindrical-coordinate representation of color #6047FF: hue angle of 248.15º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6047FF is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 71 255 -
CMYK 0.62 0.72 0 0
HSL 248.15º 1% 0.64% -
HSV(B) 248.15º 0.72% 1% -
XYZ 25.13 14.21 96.03 -
YUV 99.45 215.78 125.54 -
System Red Green Blue C M Y K H S L
Decimal 96 71 255 0.62 0.72 0 0 248.15 1 0.64
Hex 60 47 FF 3E 48 0 0 F8 64 40
Octal 140 107 377 76 110 0 0 370 144 100
Binary 1100000 1000111 11111111 111110 1001000 0 0 11111000 1100100 1000000

Color Harmonies of #6047FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6047FF

Black with #6047FF

Text Example


Text Example

White with #6047FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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