Html Css Color HEX #5B48FF Neon Blue

📋 copy color: '#5B48FF'

red 91 ◦ green 72 ◦ blue 255

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

Shades of Neon Blue #5B48FF

Tints of Neon Blue #5B48FF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.22%

 BLUE value IS 255 (100% from 255) = 61%

R = 21.77%
G = 17.22%
B = 61%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5B48FF (or 0x5B48FF) is known color: Neon Blue. HEX triplet: 5B, 48 and FF. RGB value is (91,72,255). Sum of RGB (Red+Green+Blue) = 91+72+255=418 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.77% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #5B48FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B48FF is #A4B700. Grayscale: #616161. Windows color (decimal): -10794753 or 16730203. OLE color: 16730203.

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

Color convert

RGB 91 72 255 -
CMYK 0.64 0.72 0 0
HSL 246.23º 1% 0.64% -
HSV(B) 246.23º 0.72% 1% -
XYZ 24.68 14.08 96.02 -
YUV 98.54 216.29 122.62 -
System Red Green Blue C M Y K H S L
Decimal 91 72 255 0.64 0.72 0 0 246.23 1 0.64
Hex 5B 48 FF 40 48 0 0 F6 64 40
Octal 133 110 377 100 110 0 0 366 144 100
Binary 1011011 1001000 11111111 1000000 1001000 0 0 11110110 1100100 1000000

Color Harmonies of #5B48FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B48FF

Black with #5B48FF

Text Example


Text Example

White with #5B48FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,72,255); }

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

background-color css

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

 a { background-color: rgb(91,72,255); }

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

border-color css

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

 span { border-color: rgb(91,72,255); }

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