Html Css Color HEX #515DFF Neon Blue

📋 copy color: '#515DFF'

red 81 ◦ green 93 ◦ blue 255

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

Shades of Neon Blue #515DFF

Tints of Neon Blue #515DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.44%

R = 18.88%
G = 21.68%
B = 59.44%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#515DFF (or 0x515DFF) is known color: Neon Blue. HEX triplet: 51, 5D and FF. RGB value is (81,93,255). Sum of RGB (Red+Green+Blue) = 81+93+255=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #515DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515DFF is #AEA200. Grayscale: #6B6B6B. Windows color (decimal): -11444737 or 16735569. OLE color: 16735569.

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

Color convert

RGB 81 93 255 -
CMYK 0.68 0.64 0 0
HSL 235.86º 1% 0.66% -
HSV(B) 235.86º 0.68% 1% -
XYZ 25.36 16.8 96.51 -
YUV 107.88 211.02 108.83 -
System Red Green Blue C M Y K H S L
Decimal 81 93 255 0.68 0.64 0 0 235.86 1 0.66
Hex 51 5D FF 44 40 0 0 EC 64 42
Octal 121 135 377 104 100 0 0 354 144 102
Binary 1010001 1011101 11111111 1000100 1000000 0 0 11101100 1100100 1000010

Color Harmonies of #515DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DFF

Black with #515DFF

Text Example


Text Example

White with #515DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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