Html Css Color HEX #5A53FA Neon Blue

📋 copy color: '#5A53FA'

red 90 ◦ green 83 ◦ blue 250

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

Shades of Neon Blue #5A53FA

Tints of Neon Blue #5A53FA

RGB

 RED value IS 90 (35.55% from 255) = 21.28%

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

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

R = 21.28%
G = 19.62%
B = 59.1%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5A53FA (or 0x5A53FA) is known color: Neon Blue. HEX triplet: 5A, 53 and FA. RGB value is (90,83,250). Sum of RGB (Red+Green+Blue) = 90+83+250=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A53FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A53FA is #A5AC05. Grayscale: #676767. Windows color (decimal): -10857478 or 16405338. OLE color: 16405338.

HSL color Cylindrical-coordinate representation of color #5A53FA: hue angle of 242.51º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A53FA is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 83 250 -
CMYK 0.64 0.67 0 0.02
HSL 242.52º 0.94% 0.65% -
HSV(B) 242.52º 0.67% 0.98% -
XYZ 24.57 15.26 92.09 -
YUV 104.13 210.32 117.92 -
System Red Green Blue C M Y K H S L
Decimal 90 83 250 0.64 0.67 0 0.02 242.52 0.94 0.65
Hex 5A 53 FA 40 43 0 2 F3 5E 41
Octal 132 123 372 100 103 0 2 363 136 101
Binary 1011010 1010011 11111010 1000000 1000011 0 10 11110011 1011110 1000001

Color Harmonies of #5A53FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A53FA

Black with #5A53FA

Text Example


Text Example

White with #5A53FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A53FA; }

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

 H1.HeaderClassName
 {
   color: #5A53FA;
 }
 .AnyTagClassName
 {
   color: #5A53FA;
 }
</style>

background-color css

<style>
 a { background-color: #5A53FA; }

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

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

border-color css

<style>
 span { border-color: #5A53FA; }

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

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