Html Css Color HEX #5B55FA Neon Blue

📋 copy color: '#5B55FA'

red 91 ◦ green 85 ◦ blue 250

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

Shades of Neon Blue #5B55FA

Tints of Neon Blue #5B55FA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.95%

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

R = 21.36%
G = 19.95%
B = 58.69%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5B55FA (or 0x5B55FA) is known color: Neon Blue. HEX triplet: 5B, 55 and FA. RGB value is (91,85,250). Sum of RGB (Red+Green+Blue) = 91+85+250=426 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.36% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B55FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B55FA is #A4AA05. Grayscale: #686868. Windows color (decimal): -10791430 or 16405851. OLE color: 16405851.

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

Color convert

RGB 91 85 250 -
CMYK 0.64 0.66 0 0.02
HSL 242.18º 0.94% 0.66% -
HSV(B) 242.18º 0.66% 0.98% -
XYZ 24.82 15.62 92.15 -
YUV 105.6 209.49 117.58 -
System Red Green Blue C M Y K H S L
Decimal 91 85 250 0.64 0.66 0 0.02 242.18 0.94 0.66
Hex 5B 55 FA 40 42 0 2 F2 5E 42
Octal 133 125 372 100 102 0 2 362 136 102
Binary 1011011 1010101 11111010 1000000 1000010 0 10 11110010 1011110 1000010

Color Harmonies of #5B55FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B55FA

Black with #5B55FA

Text Example


Text Example

White with #5B55FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,85,250); }

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

background-color css

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

 a { background-color: rgb(91,85,250); }

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

border-color css

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

 span { border-color: rgb(91,85,250); }

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