Html Css Color HEX #515FFD Neon Blue

📋 copy color: '#515FFD'

red 81 ◦ green 95 ◦ blue 253

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

Shades of Neon Blue #515FFD

Tints of Neon Blue #515FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.14%

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

R = 18.88%
G = 22.14%
B = 58.97%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#515FFD (or 0x515FFD) is known color: Neon Blue. HEX triplet: 51, 5F and FD. RGB value is (81,95,253). Sum of RGB (Red+Green+Blue) = 81+95+253=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #515FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515FFD is #AEA002. Grayscale: #6C6C6C. Windows color (decimal): -11444227 or 16605009. OLE color: 16605009.

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

Color convert

RGB 81 95 253 -
CMYK 0.68 0.62 0 0.01
HSL 235.12º 0.98% 0.65% -
HSV(B) 235.12º 0.68% 0.99% -
XYZ 25.22 17.03 94.89 -
YUV 108.83 209.36 108.15 -
System Red Green Blue C M Y K H S L
Decimal 81 95 253 0.68 0.62 0 0.01 235.12 0.98 0.65
Hex 51 5F FD 44 3E 0 1 EB 62 41
Octal 121 137 375 104 76 0 1 353 142 101
Binary 1010001 1011111 11111101 1000100 111110 0 1 11101011 1100010 1000001

Color Harmonies of #515FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515FFD

Black with #515FFD

Text Example


Text Example

White with #515FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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