Html Css Color HEX #5166FD Neon Blue

📋 copy color: '#5166FD'

red 81 ◦ green 102 ◦ blue 253

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

Shades of Neon Blue #5166FD

Tints of Neon Blue #5166FD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.39%

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

R = 18.58%
G = 23.39%
B = 58.03%

CMYK

 C value IS 0.68

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5166FD (or 0x5166FD) is known color: Neon Blue. HEX triplet: 51, 66 and FD. RGB value is (81,102,253). Sum of RGB (Red+Green+Blue) = 81+102+253=436 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.58% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #5166FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5166FD is #AE9902. Grayscale: #707070. Windows color (decimal): -11442435 or 16606801. OLE color: 16606801.

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

Color convert

RGB 81 102 253 -
CMYK 0.68 0.60 0 0.01
HSL 232.67º 0.98% 0.65% -
HSV(B) 232.67º 0.68% 0.99% -
XYZ 25.87 18.34 95.11 -
YUV 112.94 207.04 105.22 -
System Red Green Blue C M Y K H S L
Decimal 81 102 253 0.68 0.60 0 0.01 232.67 0.98 0.65
Hex 51 66 FD 44 3C 0 1 E9 62 41
Octal 121 146 375 104 74 0 1 351 142 101
Binary 1010001 1100110 11111101 1000100 111100 0 1 11101001 1100010 1000001

Color Harmonies of #5166FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5166FD

Black with #5166FD

Text Example


Text Example

White with #5166FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5166FD; }

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

 H1.HeaderClassName
 {
   color: #5166FD;
 }
 .AnyTagClassName
 {
   color: #5166FD;
 }
</style>

background-color css

<style>
 a { background-color: #5166FD; }

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

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

border-color css

<style>
 span { border-color: #5166FD; }

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

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