Html Css Color HEX #515EFD Neon Blue

📋 copy color: '#515EFD'

red 81 ◦ green 94 ◦ blue 253

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

Shades of Neon Blue #515EFD

Tints of Neon Blue #515EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.96%

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

R = 18.93%
G = 21.96%
B = 59.11%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#515EFD (or 0x515EFD) is known color: Neon Blue. HEX triplet: 51, 5E and FD. RGB value is (81,94,253). Sum of RGB (Red+Green+Blue) = 81+94+253=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #515EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515EFD is #AEA102. Grayscale: #6B6B6B. Windows color (decimal): -11444483 or 16604753. OLE color: 16604753.

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

Color convert

RGB 81 94 253 -
CMYK 0.68 0.63 0 0.01
HSL 235.47º 0.98% 0.65% -
HSV(B) 235.47º 0.68% 0.99% -
XYZ 25.13 16.85 94.86 -
YUV 108.24 209.69 108.57 -
System Red Green Blue C M Y K H S L
Decimal 81 94 253 0.68 0.63 0 0.01 235.47 0.98 0.65
Hex 51 5E FD 44 3F 0 1 EB 62 41
Octal 121 136 375 104 77 0 1 353 142 101
Binary 1010001 1011110 11111101 1000100 111111 0 1 11101011 1100010 1000001

Color Harmonies of #515EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515EFD

Black with #515EFD

Text Example


Text Example

White with #515EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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