Html Css Color HEX #6050F2 Neon Blue

📋 copy color: '#6050F2'

red 96 ◦ green 80 ◦ blue 242

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

Shades of Neon Blue #6050F2

Tints of Neon Blue #6050F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 57.89%

R = 22.97%
G = 19.14%
B = 57.89%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6050F2 (or 0x6050F2) is known color: Neon Blue. HEX triplet: 60, 50 and F2. RGB value is (96,80,242). Sum of RGB (Red+Green+Blue) = 96+80+242=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 242 (94.92% from 255 or 57.89% from 418); Max value from RGB is 242 - color contains mainly: blue. Hex color #6050F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6050F2 is #9FAF0D. Grayscale: #666666. Windows color (decimal): -10465038 or 15880288. OLE color: 15880288.

HSL color Cylindrical-coordinate representation of color #6050F2: hue angle of 245.93º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6050F2 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 80 242 -
CMYK 0.60 0.67 0 0.05
HSL 245.93º 0.86% 0.63% -
HSV(B) 245.93º 0.67% 0.95% -
XYZ 23.72 14.63 85.58 -
YUV 103.25 206.3 122.83 -
System Red Green Blue C M Y K H S L
Decimal 96 80 242 0.60 0.67 0 0.05 245.93 0.86 0.63
Hex 60 50 F2 3C 43 0 5 F6 56 3F
Octal 140 120 362 74 103 0 5 366 126 77
Binary 1100000 1010000 11110010 111100 1000011 0 101 11110110 1010110 111111

Color Harmonies of #6050F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6050F2

Black with #6050F2

Text Example


Text Example

White with #6050F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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