Html Css Color HEX #5B63F1 Neon Blue

📋 copy color: '#5B63F1'

red 91 ◦ green 99 ◦ blue 241

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

Shades of Neon Blue #5B63F1

Tints of Neon Blue #5B63F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 55.92%

R = 21.11%
G = 22.97%
B = 55.92%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5B63F1 (or 0x5B63F1) is known color: Neon Blue. HEX triplet: 5B, 63 and F1. RGB value is (91,99,241). Sum of RGB (Red+Green+Blue) = 91+99+241=431 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.11% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 241 (94.53% from 255 or 55.92% from 431); Max value from RGB is 241 - color contains mainly: blue. Hex color #5B63F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B63F1 is #A49C0E. Grayscale: #707070. Windows color (decimal): -10787855 or 15819611. OLE color: 15819611.

HSL color Cylindrical-coordinate representation of color #5B63F1: hue angle of 236.8º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B63F1 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 91 99 241 -
CMYK 0.62 0.59 0 0.05
HSL 236.8º 0.84% 0.65% -
HSV(B) 236.8º 0.62% 0.95% -
XYZ 24.65 17.5 85.3 -
YUV 112.8 200.35 112.45 -
System Red Green Blue C M Y K H S L
Decimal 91 99 241 0.62 0.59 0 0.05 236.8 0.84 0.65
Hex 5B 63 F1 3E 3B 0 5 ED 54 41
Octal 133 143 361 76 73 0 5 355 124 101
Binary 1011011 1100011 11110001 111110 111011 0 101 11101101 1010100 1000001

Color Harmonies of #5B63F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B63F1

Black with #5B63F1

Text Example


Text Example

White with #5B63F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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