Html Css Color HEX #5157FB Neon Blue

📋 copy color: '#5157FB'

red 81 ◦ green 87 ◦ blue 251

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

Shades of Neon Blue #5157FB

Tints of Neon Blue #5157FB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.76%

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

R = 19.33%
G = 20.76%
B = 59.9%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5157FB (or 0x5157FB) is known color: Neon Blue. HEX triplet: 51, 57 and FB. RGB value is (81,87,251). Sum of RGB (Red+Green+Blue) = 81+87+251=419 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.33% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #5157FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5157FB is #AEA804. Grayscale: #676767. Windows color (decimal): -11446277 or 16471889. OLE color: 16471889.

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

Color convert

RGB 81 87 251 -
CMYK 0.68 0.65 0 0.02
HSL 237.88º 0.96% 0.65% -
HSV(B) 237.88º 0.68% 0.98% -
XYZ 24.21 15.53 92.99 -
YUV 103.9 211.01 111.66 -
System Red Green Blue C M Y K H S L
Decimal 81 87 251 0.68 0.65 0 0.02 237.88 0.96 0.65
Hex 51 57 FB 44 41 0 2 EE 60 41
Octal 121 127 373 104 101 0 2 356 140 101
Binary 1010001 1010111 11111011 1000100 1000001 0 10 11101110 1100000 1000001

Color Harmonies of #5157FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5157FB

Black with #5157FB

Text Example


Text Example

White with #5157FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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