Html Css Color HEX #515BFA Neon Blue

📋 copy color: '#515BFA'

red 81 ◦ green 91 ◦ blue 250

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

Shades of Neon Blue #515BFA

Tints of Neon Blue #515BFA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.56%

 BLUE value IS 250 (98.05% from 255) = 59.24%

R = 19.19%
G = 21.56%
B = 59.24%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#515BFA (or 0x515BFA) is known color: Neon Blue. HEX triplet: 51, 5B and FA. RGB value is (81,91,250). Sum of RGB (Red+Green+Blue) = 81+91+250=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #515BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515BFA is #AEA405. Grayscale: #696969. Windows color (decimal): -11445254 or 16407377. OLE color: 16407377.

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

Color convert

RGB 81 91 250 -
CMYK 0.68 0.64 0 0.02
HSL 236.45º 0.94% 0.65% -
HSV(B) 236.45º 0.68% 0.98% -
XYZ 24.39 16.13 92.27 -
YUV 106.14 209.19 110.07 -
System Red Green Blue C M Y K H S L
Decimal 81 91 250 0.68 0.64 0 0.02 236.45 0.94 0.65
Hex 51 5B FA 44 40 0 2 EC 5E 41
Octal 121 133 372 104 100 0 2 354 136 101
Binary 1010001 1011011 11111010 1000100 1000000 0 10 11101100 1011110 1000001

Color Harmonies of #515BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515BFA

Black with #515BFA

Text Example


Text Example

White with #515BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,91,250); }

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

background-color css

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

 a { background-color: rgb(81,91,250); }

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

border-color css

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

 span { border-color: rgb(81,91,250); }

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