Html Css Color HEX #515BFD Neon Blue

📋 copy color: '#515BFD'

red 81 ◦ green 91 ◦ blue 253

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

Shades of Neon Blue #515BFD

Tints of Neon Blue #515BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.53%

R = 19.06%
G = 21.41%
B = 59.53%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#515BFD (or 0x515BFD) is known color: Neon Blue. HEX triplet: 51, 5B and FD. RGB value is (81,91,253). Sum of RGB (Red+Green+Blue) = 81+91+253=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #515BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515BFD is #AEA402. Grayscale: #696969. Windows color (decimal): -11445251 or 16603985. OLE color: 16603985.

HSL color Cylindrical-coordinate representation of color #515BFD: hue angle of 236.51º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #515BFD is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 91 253 -
CMYK 0.68 0.64 0 0.01
HSL 236.51º 0.98% 0.65% -
HSV(B) 236.51º 0.68% 0.99% -
XYZ 24.86 16.32 94.77 -
YUV 106.48 210.69 109.83 -
System Red Green Blue C M Y K H S L
Decimal 81 91 253 0.68 0.64 0 0.01 236.51 0.98 0.65
Hex 51 5B FD 44 40 0 1 ED 62 41
Octal 121 133 375 104 100 0 1 355 142 101
Binary 1010001 1011011 11111101 1000100 1000000 0 1 11101101 1100010 1000001

Color Harmonies of #515BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515BFD

Black with #515BFD

Text Example


Text Example

White with #515BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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