Html Css Color HEX #5150FF Neon Blue

📋 copy color: '#5150FF'

red 81 ◦ green 80 ◦ blue 255

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

Shades of Neon Blue #5150FF

Tints of Neon Blue #5150FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.3%

R = 19.47%
G = 19.23%
B = 61.3%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5150FF (or 0x5150FF) is known color: Neon Blue. HEX triplet: 51, 50 and FF. RGB value is (81,80,255). Sum of RGB (Red+Green+Blue) = 81+80+255=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #5150FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5150FF is #AEAF00. Grayscale: #636363. Windows color (decimal): -11448065 or 16732241. OLE color: 16732241.

HSL color Cylindrical-coordinate representation of color #5150FF: hue angle of 240.34º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5150FF is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 81 80 255 -
CMYK 0.68 0.69 0 0
HSL 240.34º 1% 0.66% -
HSV(B) 240.34º 0.69% 1% -
XYZ 24.31 14.71 96.17 -
YUV 100.25 215.33 114.27 -
System Red Green Blue C M Y K H S L
Decimal 81 80 255 0.68 0.69 0 0 240.34 1 0.66
Hex 51 50 FF 44 45 0 0 F0 64 42
Octal 121 120 377 104 105 0 0 360 144 102
Binary 1010001 1010000 11111111 1000100 1000101 0 0 11110000 1100100 1000010

Color Harmonies of #5150FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5150FF

Black with #5150FF

Text Example


Text Example

White with #5150FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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