Html Css Color HEX #6049FA Neon Blue

📋 copy color: '#6049FA'

red 96 ◦ green 73 ◦ blue 250

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

Shades of Neon Blue #6049FA

Tints of Neon Blue #6049FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.67%

R = 22.91%
G = 17.42%
B = 59.67%

CMYK

 C value IS 0.62

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6049FA (or 0x6049FA) is known color: Neon Blue. HEX triplet: 60, 49 and FA. RGB value is (96,73,250). Sum of RGB (Red+Green+Blue) = 96+73+250=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #6049FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6049FA is #9FB605. Grayscale: #636363. Windows color (decimal): -10466822 or 16402784. OLE color: 16402784.

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

Color convert

RGB 96 73 250 -
CMYK 0.62 0.71 0 0.02
HSL 247.8º 0.95% 0.63% -
HSV(B) 247.8º 0.71% 0.98% -
XYZ 24.46 14.15 91.89 -
YUV 100.06 212.62 125.11 -
System Red Green Blue C M Y K H S L
Decimal 96 73 250 0.62 0.71 0 0.02 247.8 0.95 0.63
Hex 60 49 FA 3E 47 0 2 F8 5F 3F
Octal 140 111 372 76 107 0 2 370 137 77
Binary 1100000 1001001 11111010 111110 1000111 0 10 11111000 1011111 111111

Color Harmonies of #6049FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6049FA

Black with #6049FA

Text Example


Text Example

White with #6049FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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