Html Css Color HEX #5A63FB Neon Blue

📋 copy color: '#5A63FB'

red 90 ◦ green 99 ◦ blue 251

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

Shades of Neon Blue #5A63FB

Tints of Neon Blue #5A63FB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.5%

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

R = 20.45%
G = 22.5%
B = 57.05%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5A63FB (or 0x5A63FB) is known color: Neon Blue. HEX triplet: 5A, 63 and FB. RGB value is (90,99,251). Sum of RGB (Red+Green+Blue) = 90+99+251=440 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.45% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A63FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A63FB is #A59C04. Grayscale: #717171. Windows color (decimal): -10853381 or 16474970. OLE color: 16474970.

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

Color convert

RGB 90 99 251 -
CMYK 0.64 0.61 0 0.02
HSL 236.65º 0.95% 0.67% -
HSV(B) 236.65º 0.64% 0.98% -
XYZ 26.09 18.06 93.38 -
YUV 113.64 205.52 111.14 -
System Red Green Blue C M Y K H S L
Decimal 90 99 251 0.64 0.61 0 0.02 236.65 0.95 0.67
Hex 5A 63 FB 40 3D 0 2 ED 5F 43
Octal 132 143 373 100 75 0 2 355 137 103
Binary 1011010 1100011 11111011 1000000 111101 0 10 11101101 1011111 1000011

Color Harmonies of #5A63FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A63FB

Black with #5A63FB

Text Example


Text Example

White with #5A63FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,99,251); }

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

background-color css

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

 a { background-color: rgb(90,99,251); }

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

border-color css

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

 span { border-color: rgb(90,99,251); }

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