Html Css Color HEX #5155FB Neon Blue

📋 copy color: '#5155FB'

red 81 ◦ green 85 ◦ blue 251

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

Shades of Neon Blue #5155FB

Tints of Neon Blue #5155FB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.38%

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

R = 19.42%
G = 20.38%
B = 60.19%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5155FB (or 0x5155FB) is known color: Neon Blue. HEX triplet: 51, 55 and FB. RGB value is (81,85,251). Sum of RGB (Red+Green+Blue) = 81+85+251=417 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.42% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #5155FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5155FB is #AEAA04. Grayscale: #666666. Windows color (decimal): -11446789 or 16471377. OLE color: 16471377.

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

Color convert

RGB 81 85 251 -
CMYK 0.68 0.66 0 0.02
HSL 238.59º 0.96% 0.65% -
HSV(B) 238.59º 0.68% 0.98% -
XYZ 24.05 15.21 92.94 -
YUV 102.73 211.67 112.5 -
System Red Green Blue C M Y K H S L
Decimal 81 85 251 0.68 0.66 0 0.02 238.59 0.96 0.65
Hex 51 55 FB 44 42 0 2 EF 60 41
Octal 121 125 373 104 102 0 2 357 140 101
Binary 1010001 1010101 11111011 1000100 1000010 0 10 11101111 1100000 1000001

Color Harmonies of #5155FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5155FB

Black with #5155FB

Text Example


Text Example

White with #5155FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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