Html Css Color HEX #5350FA Neon Blue

📋 copy color: '#5350FA'

red 83 ◦ green 80 ◦ blue 250

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

Shades of Neon Blue #5350FA

Tints of Neon Blue #5350FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.53%

R = 20.1%
G = 19.37%
B = 60.53%

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

#5350FA (or 0x5350FA) is known color: Neon Blue. HEX triplet: 53, 50 and FA. RGB value is (83,80,250). Sum of RGB (Red+Green+Blue) = 83+80+250=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #5350FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5350FA is #ACAF05. Grayscale: #636363. Windows color (decimal): -11316998 or 16404563. OLE color: 16404563.

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

Color convert

RGB 83 80 250 -
CMYK 0.67 0.68 0 0.02
HSL 241.06º 0.94% 0.65% -
HSV(B) 241.06º 0.68% 0.98% -
XYZ 23.69 14.48 91.99 -
YUV 100.28 212.49 115.68 -
System Red Green Blue C M Y K H S L
Decimal 83 80 250 0.67 0.68 0 0.02 241.06 0.94 0.65
Hex 53 50 FA 43 44 0 2 F1 5E 41
Octal 123 120 372 103 104 0 2 361 136 101
Binary 1010011 1010000 11111010 1000011 1000100 0 10 11110001 1011110 1000001

Color Harmonies of #5350FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5350FA

Black with #5350FA

Text Example


Text Example

White with #5350FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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