Html Css Color HEX #6050FE Neon Blue

📋 copy color: '#6050FE'

red 96 ◦ green 80 ◦ blue 254

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

Shades of Neon Blue #6050FE

Tints of Neon Blue #6050FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.07%

R = 22.33%
G = 18.6%
B = 59.07%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6050FE (or 0x6050FE) is known color: Neon Blue. HEX triplet: 60, 50 and FE. RGB value is (96,80,254). Sum of RGB (Red+Green+Blue) = 96+80+254=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #6050FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6050FE is #9FAF01. Grayscale: #676767. Windows color (decimal): -10465026 or 16666720. OLE color: 16666720.

HSL color Cylindrical-coordinate representation of color #6050FE: hue angle of 245.52º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6050FE is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 80 254 -
CMYK 0.62 0.69 0 0.00
HSL 245.52º 0.99% 0.65% -
HSV(B) 245.52º 0.69% 1% -
XYZ 25.58 15.38 95.39 -
YUV 104.62 212.3 121.85 -
System Red Green Blue C M Y K H S L
Decimal 96 80 254 0.62 0.69 0 0.00 245.52 0.99 0.65
Hex 60 50 FE 3E 45 0 0 F6 63 41
Octal 140 120 376 76 105 0 0 366 143 101
Binary 1100000 1010000 11111110 111110 1000101 0 0 11110110 1100011 1000001

Color Harmonies of #6050FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6050FE

Black with #6050FE

Text Example


Text Example

White with #6050FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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