Html Css Color HEX #6150FB Neon Blue

📋 copy color: '#6150FB'

red 97 ◦ green 80 ◦ blue 251

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

Shades of Neon Blue #6150FB

Tints of Neon Blue #6150FB

RGB

 RED value IS 97 (38.28% from 255) = 22.66%

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

 BLUE value IS 251 (98.44% from 255) = 58.64%

R = 22.66%
G = 18.69%
B = 58.64%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6150FB (or 0x6150FB) is known color: Neon Blue. HEX triplet: 61, 50 and FB. RGB value is (97,80,251). Sum of RGB (Red+Green+Blue) = 97+80+251=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #6150FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6150FB is #9EAF04. Grayscale: #676767. Windows color (decimal): -10399493 or 16470113. OLE color: 16470113.

HSL color Cylindrical-coordinate representation of color #6150FB: hue angle of 245.96º degrees, saturation: 0.96, 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 #6150FB is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 80 251 -
CMYK 0.61 0.68 0 0.02
HSL 245.96º 0.96% 0.65% -
HSV(B) 245.96º 0.68% 0.98% -
XYZ 25.21 15.24 92.88 -
YUV 104.58 210.63 122.6 -
System Red Green Blue C M Y K H S L
Decimal 97 80 251 0.61 0.68 0 0.02 245.96 0.96 0.65
Hex 61 50 FB 3D 44 0 2 F6 60 41
Octal 141 120 373 75 104 0 2 366 140 101
Binary 1100001 1010000 11111011 111101 1000100 0 10 11110110 1100000 1000001

Color Harmonies of #6150FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6150FB

Black with #6150FB

Text Example


Text Example

White with #6150FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6150FB; }

 p { color: rgb(97,80,251); }

 H1.HeaderClassName
 {
   color: #6150FB;
 }
 .AnyTagClassName
 {
   color: #6150FB;
 }
</style>

background-color css

<style>
 a { background-color: #6150FB; }

 a { background-color: rgb(97,80,251); }

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

border-color css

<style>
 span { border-color: #6150FB; }

 span { border-color: rgb(97,80,251); }

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