Html Css Color HEX #515EFA Neon Blue

📋 copy color: '#515EFA'

red 81 ◦ green 94 ◦ blue 250

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

Shades of Neon Blue #515EFA

Tints of Neon Blue #515EFA

RGB

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

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

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

R = 19.06%
G = 22.12%
B = 58.82%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#515EFA (or 0x515EFA) is known color: Neon Blue. HEX triplet: 51, 5E and FA. RGB value is (81,94,250). Sum of RGB (Red+Green+Blue) = 81+94+250=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #515EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515EFA is #AEA105. Grayscale: #6B6B6B. Windows color (decimal): -11444486 or 16408145. OLE color: 16408145.

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

Color convert

RGB 81 94 250 -
CMYK 0.68 0.62 0 0.02
HSL 235.38º 0.94% 0.65% -
HSV(B) 235.38º 0.68% 0.98% -
XYZ 24.65 16.66 92.36 -
YUV 107.9 208.19 108.82 -
System Red Green Blue C M Y K H S L
Decimal 81 94 250 0.68 0.62 0 0.02 235.38 0.94 0.65
Hex 51 5E FA 44 3E 0 2 EB 5E 41
Octal 121 136 372 104 76 0 2 353 136 101
Binary 1010001 1011110 11111010 1000100 111110 0 10 11101011 1011110 1000001

Color Harmonies of #515EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515EFA

Black with #515EFA

Text Example


Text Example

White with #515EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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