Html Css Color HEX #5166FB Neon Blue

📋 copy color: '#5166FB'

red 81 ◦ green 102 ◦ blue 251

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

Shades of Neon Blue #5166FB

Tints of Neon Blue #5166FB

RGB

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

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

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

R = 18.66%
G = 23.5%
B = 57.83%

CMYK

 C value IS 0.68

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5166FB (or 0x5166FB) is known color: Neon Blue. HEX triplet: 51, 66 and FB. RGB value is (81,102,251). Sum of RGB (Red+Green+Blue) = 81+102+251=434 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.66% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #5166FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5166FB is #AE9904. Grayscale: #707070. Windows color (decimal): -11442437 or 16475729. OLE color: 16475729.

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

Color convert

RGB 81 102 251 -
CMYK 0.68 0.59 0 0.02
HSL 232.59º 0.96% 0.65% -
HSV(B) 232.59º 0.68% 0.98% -
XYZ 25.56 18.22 93.44 -
YUV 112.71 206.04 105.38 -
System Red Green Blue C M Y K H S L
Decimal 81 102 251 0.68 0.59 0 0.02 232.59 0.96 0.65
Hex 51 66 FB 44 3B 0 2 E9 60 41
Octal 121 146 373 104 73 0 2 351 140 101
Binary 1010001 1100110 11111011 1000100 111011 0 10 11101001 1100000 1000001

Color Harmonies of #5166FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5166FB

Black with #5166FB

Text Example


Text Example

White with #5166FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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