Html Css Color HEX #515DF9 Neon Blue

📋 copy color: '#515DF9'

red 81 ◦ green 93 ◦ blue 249

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

Shades of Neon Blue #515DF9

Tints of Neon Blue #515DF9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.99%

 BLUE value IS 249 (97.66% from 255) = 58.87%

R = 19.15%
G = 21.99%
B = 58.87%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#515DF9 (or 0x515DF9) is known color: Neon Blue. HEX triplet: 51, 5D and F9. RGB value is (81,93,249). Sum of RGB (Red+Green+Blue) = 81+93+249=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 249 (97.66% from 255 or 58.87% from 423); Max value from RGB is 249 - color contains mainly: blue. Hex color #515DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515DF9 is #AEA206. Grayscale: #6A6A6A. Windows color (decimal): -11444743 or 16342353. OLE color: 16342353.

HSL color Cylindrical-coordinate representation of color #515DF9: hue angle of 235.71º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #515DF9 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 93 249 -
CMYK 0.67 0.63 0 0.02
HSL 235.71º 0.93% 0.65% -
HSV(B) 235.71º 0.67% 0.98% -
XYZ 24.41 16.42 91.51 -
YUV 107.2 208.02 109.32 -
System Red Green Blue C M Y K H S L
Decimal 81 93 249 0.67 0.63 0 0.02 235.71 0.93 0.65
Hex 51 5D F9 43 3F 0 2 EC 5D 41
Octal 121 135 371 103 77 0 2 354 135 101
Binary 1010001 1011101 11111001 1000011 111111 0 10 11101100 1011101 1000001

Color Harmonies of #515DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DF9

Black with #515DF9

Text Example


Text Example

White with #515DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,93,249); }

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

background-color css

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

 a { background-color: rgb(81,93,249); }

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

border-color css

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

 span { border-color: rgb(81,93,249); }

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