Html Css Color HEX #515BFB Neon Blue

📋 copy color: '#515BFB'

red 81 ◦ green 91 ◦ blue 251

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

Shades of Neon Blue #515BFB

Tints of Neon Blue #515BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.51%

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

R = 19.15%
G = 21.51%
B = 59.34%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#515BFB (or 0x515BFB) is known color: Neon Blue. HEX triplet: 51, 5B and FB. RGB value is (81,91,251). Sum of RGB (Red+Green+Blue) = 81+91+251=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #515BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515BFB is #AEA404. Grayscale: #696969. Windows color (decimal): -11445253 or 16472913. OLE color: 16472913.

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

Color convert

RGB 81 91 251 -
CMYK 0.68 0.64 0 0.02
HSL 236.47º 0.96% 0.65% -
HSV(B) 236.47º 0.68% 0.98% -
XYZ 24.55 16.2 93.1 -
YUV 106.25 209.69 109.99 -
System Red Green Blue C M Y K H S L
Decimal 81 91 251 0.68 0.64 0 0.02 236.47 0.96 0.65
Hex 51 5B FB 44 40 0 2 EC 60 41
Octal 121 133 373 104 100 0 2 354 140 101
Binary 1010001 1011011 11111011 1000100 1000000 0 10 11101100 1100000 1000001

Color Harmonies of #515BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515BFB

Black with #515BFB

Text Example


Text Example

White with #515BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515BFB; }

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

 H1.HeaderClassName
 {
   color: #515BFB;
 }
 .AnyTagClassName
 {
   color: #515BFB;
 }
</style>

background-color css

<style>
 a { background-color: #515BFB; }

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

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

border-color css

<style>
 span { border-color: #515BFB; }

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

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