Html Css Color HEX #5168FB Neon Blue

📋 copy color: '#5168FB'

red 81 ◦ green 104 ◦ blue 251

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

Shades of Neon Blue #5168FB

Tints of Neon Blue #5168FB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.85%

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

R = 18.58%
G = 23.85%
B = 57.57%

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

#5168FB (or 0x5168FB) is known color: Neon Blue. HEX triplet: 51, 68 and FB. RGB value is (81,104,251). Sum of RGB (Red+Green+Blue) = 81+104+251=436 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.58% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #5168FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5168FB is #AE9704. Grayscale: #717171. Windows color (decimal): -11441925 or 16476241. OLE color: 16476241.

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

Color convert

RGB 81 104 251 -
CMYK 0.68 0.59 0 0.02
HSL 231.88º 0.96% 0.65% -
HSV(B) 231.88º 0.68% 0.98% -
XYZ 25.76 18.62 93.5 -
YUV 113.88 205.38 104.55 -
System Red Green Blue C M Y K H S L
Decimal 81 104 251 0.68 0.59 0 0.02 231.88 0.96 0.65
Hex 51 68 FB 44 3B 0 2 E8 60 41
Octal 121 150 373 104 73 0 2 350 140 101
Binary 1010001 1101000 11111011 1000100 111011 0 10 11101000 1100000 1000001

Color Harmonies of #5168FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5168FB

Black with #5168FB

Text Example


Text Example

White with #5168FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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