Html Css Color HEX #515EFB Neon Blue

📋 copy color: '#515EFB'

red 81 ◦ green 94 ◦ blue 251

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

Shades of Neon Blue #515EFB

Tints of Neon Blue #515EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.07%

 BLUE value IS 251 (98.44% from 255) = 58.92%

R = 19.01%
G = 22.07%
B = 58.92%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#515EFB (or 0x515EFB) is known color: Neon Blue. HEX triplet: 51, 5E and FB. RGB value is (81,94,251). Sum of RGB (Red+Green+Blue) = 81+94+251=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #515EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515EFB is #AEA104. Grayscale: #6B6B6B. Windows color (decimal): -11444485 or 16473681. OLE color: 16473681.

HSL color Cylindrical-coordinate representation of color #515EFB: hue angle of 235.41º degrees, saturation: 0.96, 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 #515EFB is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 94 251 -
CMYK 0.68 0.63 0 0.02
HSL 235.41º 0.96% 0.65% -
HSV(B) 235.41º 0.68% 0.98% -
XYZ 24.81 16.72 93.19 -
YUV 108.01 208.69 108.73 -
System Red Green Blue C M Y K H S L
Decimal 81 94 251 0.68 0.63 0 0.02 235.41 0.96 0.65
Hex 51 5E FB 44 3F 0 2 EB 60 41
Octal 121 136 373 104 77 0 2 353 140 101
Binary 1010001 1011110 11111011 1000100 111111 0 10 11101011 1100000 1000001

Color Harmonies of #515EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515EFB

Black with #515EFB

Text Example


Text Example

White with #515EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,94,251); }

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

background-color css

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

 a { background-color: rgb(81,94,251); }

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

border-color css

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

 span { border-color: rgb(81,94,251); }

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