Html Css Color HEX #5B63FC Neon Blue

📋 copy color: '#5B63FC'

red 91 ◦ green 99 ◦ blue 252

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

Shades of Neon Blue #5B63FC

Tints of Neon Blue #5B63FC

RGB

 RED value IS 91 (35.94% from 255) = 20.59%

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

 BLUE value IS 252 (98.83% from 255) = 57.01%

R = 20.59%
G = 22.4%
B = 57.01%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5B63FC (or 0x5B63FC) is known color: Neon Blue. HEX triplet: 5B, 63 and FC. RGB value is (91,99,252). Sum of RGB (Red+Green+Blue) = 91+99+252=442 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.59% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B63FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B63FC is #A49C03. Grayscale: #717171. Windows color (decimal): -10787844 or 16540507. OLE color: 16540507.

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

Color convert

RGB 91 99 252 -
CMYK 0.64 0.61 0 0.01
HSL 237.02º 0.96% 0.67% -
HSV(B) 237.02º 0.64% 0.99% -
XYZ 26.35 18.18 94.22 -
YUV 114.05 205.85 111.56 -
System Red Green Blue C M Y K H S L
Decimal 91 99 252 0.64 0.61 0 0.01 237.02 0.96 0.67
Hex 5B 63 FC 40 3D 0 1 ED 60 43
Octal 133 143 374 100 75 0 1 355 140 103
Binary 1011011 1100011 11111100 1000000 111101 0 1 11101101 1100000 1000011

Color Harmonies of #5B63FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B63FC

Black with #5B63FC

Text Example


Text Example

White with #5B63FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,99,252); }

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

background-color css

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

 a { background-color: rgb(91,99,252); }

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

border-color css

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

 span { border-color: rgb(91,99,252); }

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