Html Css Color HEX #515DEF Neon Blue

📋 copy color: '#515DEF'

red 81 ◦ green 93 ◦ blue 239

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

Shades of Neon Blue #515DEF

Tints of Neon Blue #515DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.87%

R = 19.61%
G = 22.52%
B = 57.87%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#515DEF (or 0x515DEF) is known color: Neon Blue. HEX triplet: 51, 5D and EF. RGB value is (81,93,239). Sum of RGB (Red+Green+Blue) = 81+93+239=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #515DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515DEF is #AEA210. Grayscale: #696969. Windows color (decimal): -11444753 or 15686993. OLE color: 15686993.

HSL color Cylindrical-coordinate representation of color #515DEF: hue angle of 235.44º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #515DEF is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 93 239 -
CMYK 0.66 0.61 0 0.06
HSL 235.44º 0.83% 0.63% -
HSV(B) 235.44º 0.66% 0.94% -
XYZ 22.89 15.81 83.51 -
YUV 106.06 203.02 110.13 -
System Red Green Blue C M Y K H S L
Decimal 81 93 239 0.66 0.61 0 0.06 235.44 0.83 0.63
Hex 51 5D EF 42 3D 0 6 EB 53 3F
Octal 121 135 357 102 75 0 6 353 123 77
Binary 1010001 1011101 11101111 1000010 111101 0 110 11101011 1010011 111111

Color Harmonies of #515DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DEF

Black with #515DEF

Text Example


Text Example

White with #515DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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