Html Css Color HEX #515CFA Neon Blue

📋 copy color: '#515CFA'

red 81 ◦ green 92 ◦ blue 250

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

Shades of Neon Blue #515CFA

Tints of Neon Blue #515CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.75%

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

R = 19.15%
G = 21.75%
B = 59.1%

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

#515CFA (or 0x515CFA) is known color: Neon Blue. HEX triplet: 51, 5C and FA. RGB value is (81,92,250). Sum of RGB (Red+Green+Blue) = 81+92+250=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #515CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515CFA is #AEA305. Grayscale: #6A6A6A. Windows color (decimal): -11444998 or 16407633. OLE color: 16407633.

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

Color convert

RGB 81 92 250 -
CMYK 0.68 0.63 0 0.02
HSL 236.09º 0.94% 0.65% -
HSV(B) 236.09º 0.68% 0.98% -
XYZ 24.48 16.31 92.3 -
YUV 106.72 208.86 109.65 -
System Red Green Blue C M Y K H S L
Decimal 81 92 250 0.68 0.63 0 0.02 236.09 0.94 0.65
Hex 51 5C FA 44 3F 0 2 EC 5E 41
Octal 121 134 372 104 77 0 2 354 136 101
Binary 1010001 1011100 11111010 1000100 111111 0 10 11101100 1011110 1000001

Color Harmonies of #515CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CFA

Black with #515CFA

Text Example


Text Example

White with #515CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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