Html Css Color HEX #5150FB Neon Blue

📋 copy color: '#5150FB'

red 81 ◦ green 80 ◦ blue 251

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

Shades of Neon Blue #5150FB

Tints of Neon Blue #5150FB

RGB

 RED value IS 81 (32.03% from 255) = 19.66%

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

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

R = 19.66%
G = 19.42%
B = 60.92%

CMYK

 C value IS 0.68

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5150FB (or 0x5150FB) is known color: Neon Blue. HEX triplet: 51, 50 and FB. RGB value is (81,80,251). Sum of RGB (Red+Green+Blue) = 81+80+251=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #5150FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5150FB is #AEAF04. Grayscale: #636363. Windows color (decimal): -11448069 or 16470097. OLE color: 16470097.

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

Color convert

RGB 81 80 251 -
CMYK 0.68 0.68 0 0.02
HSL 240.35º 0.96% 0.65% -
HSV(B) 240.35º 0.68% 0.98% -
XYZ 23.67 14.45 92.81 -
YUV 99.79 213.33 114.6 -
System Red Green Blue C M Y K H S L
Decimal 81 80 251 0.68 0.68 0 0.02 240.35 0.96 0.65
Hex 51 50 FB 44 44 0 2 F0 60 41
Octal 121 120 373 104 104 0 2 360 140 101
Binary 1010001 1010000 11111011 1000100 1000100 0 10 11110000 1100000 1000001

Color Harmonies of #5150FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5150FB

Black with #5150FB

Text Example


Text Example

White with #5150FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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