Html Css Color HEX #6049FF Neon Blue

📋 copy color: '#6049FF'

red 96 ◦ green 73 ◦ blue 255

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

Shades of Neon Blue #6049FF

Tints of Neon Blue #6049FF

RGB

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

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

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

R = 22.64%
G = 17.22%
B = 60.14%

CMYK

 C value IS 0.62

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6049FF (or 0x6049FF) is known color: Neon Blue. HEX triplet: 60, 49 and FF. RGB value is (96,73,255). Sum of RGB (Red+Green+Blue) = 96+73+255=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #6049FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6049FF is #9FB600. Grayscale: #636363. Windows color (decimal): -10466817 or 16730464. OLE color: 16730464.

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

Color convert

RGB 96 73 255 -
CMYK 0.62 0.71 0 0
HSL 247.58º 1% 0.64% -
HSV(B) 247.58º 0.71% 1% -
XYZ 25.26 14.47 96.07 -
YUV 100.63 215.12 124.7 -
System Red Green Blue C M Y K H S L
Decimal 96 73 255 0.62 0.71 0 0 247.58 1 0.64
Hex 60 49 FF 3E 47 0 0 F8 64 40
Octal 140 111 377 76 107 0 0 370 144 100
Binary 1100000 1001001 11111111 111110 1000111 0 0 11111000 1100100 1000000

Color Harmonies of #6049FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6049FF

Black with #6049FF

Text Example


Text Example

White with #6049FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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