Html Css Color HEX #6050FA Neon Blue

📋 copy color: '#6050FA'

red 96 ◦ green 80 ◦ blue 250

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

Shades of Neon Blue #6050FA

Tints of Neon Blue #6050FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.78%

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

R = 22.54%
G = 18.78%
B = 58.69%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6050FA (or 0x6050FA) is known color: Neon Blue. HEX triplet: 60, 50 and FA. RGB value is (96,80,250). Sum of RGB (Red+Green+Blue) = 96+80+250=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #6050FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6050FA is #9FAF05. Grayscale: #676767. Windows color (decimal): -10465030 or 16404576. OLE color: 16404576.

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

Color convert

RGB 96 80 250 -
CMYK 0.62 0.68 0 0.02
HSL 245.65º 0.94% 0.65% -
HSV(B) 245.65º 0.68% 0.98% -
XYZ 24.95 15.13 92.05 -
YUV 104.16 210.3 122.18 -
System Red Green Blue C M Y K H S L
Decimal 96 80 250 0.62 0.68 0 0.02 245.65 0.94 0.65
Hex 60 50 FA 3E 44 0 2 F6 5E 41
Octal 140 120 372 76 104 0 2 366 136 101
Binary 1100000 1010000 11111010 111110 1000100 0 10 11110110 1011110 1000001

Color Harmonies of #6050FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6050FA

Black with #6050FA

Text Example


Text Example

White with #6050FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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