Html Css Color HEX #5350FB Neon Blue

📋 copy color: '#5350FB'

red 83 ◦ green 80 ◦ blue 251

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

Shades of Neon Blue #5350FB

Tints of Neon Blue #5350FB

RGB

 RED value IS 83 (32.81% from 255) = 20.05%

 GREEN value IS 80 (31.64% from 255) = 19.32%

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

R = 20.05%
G = 19.32%
B = 60.63%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5350FB (or 0x5350FB) is known color: Neon Blue. HEX triplet: 53, 50 and FB. RGB value is (83,80,251). Sum of RGB (Red+Green+Blue) = 83+80+251=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #5350FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5350FB is #ACAF04. Grayscale: #636363. Windows color (decimal): -11316997 or 16470099. OLE color: 16470099.

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

Color convert

RGB 83 80 251 -
CMYK 0.67 0.68 0 0.02
HSL 241.05º 0.96% 0.65% -
HSV(B) 241.05º 0.68% 0.98% -
XYZ 23.85 14.54 92.82 -
YUV 100.39 212.99 115.6 -
System Red Green Blue C M Y K H S L
Decimal 83 80 251 0.67 0.68 0 0.02 241.05 0.96 0.65
Hex 53 50 FB 43 44 0 2 F1 60 41
Octal 123 120 373 103 104 0 2 361 140 101
Binary 1010011 1010000 11111011 1000011 1000100 0 10 11110001 1100000 1000001

Color Harmonies of #5350FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5350FB

Black with #5350FB

Text Example


Text Example

White with #5350FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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