Html Css Color HEX #5153FB Neon Blue

📋 copy color: '#5153FB'

red 81 ◦ green 83 ◦ blue 251

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

Shades of Neon Blue #5153FB

Tints of Neon Blue #5153FB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20%

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

R = 19.52%
G = 20%
B = 60.48%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5153FB (or 0x5153FB) is known color: Neon Blue. HEX triplet: 51, 53 and FB. RGB value is (81,83,251). Sum of RGB (Red+Green+Blue) = 81+83+251=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #5153FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5153FB is #AEAC04. Grayscale: #646464. Windows color (decimal): -11447301 or 16470865. OLE color: 16470865.

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

Color convert

RGB 81 83 251 -
CMYK 0.68 0.67 0 0.02
HSL 239.29º 0.96% 0.65% -
HSV(B) 239.29º 0.68% 0.98% -
XYZ 23.9 14.9 92.88 -
YUV 101.55 212.34 113.34 -
System Red Green Blue C M Y K H S L
Decimal 81 83 251 0.68 0.67 0 0.02 239.29 0.96 0.65
Hex 51 53 FB 44 43 0 2 EF 60 41
Octal 121 123 373 104 103 0 2 357 140 101
Binary 1010001 1010011 11111011 1000100 1000011 0 10 11101111 1100000 1000001

Color Harmonies of #5153FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5153FB

Black with #5153FB

Text Example


Text Example

White with #5153FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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