Html Css Color HEX #5B38FB Neon Blue

📋 copy color: '#5B38FB'

red 91 ◦ green 56 ◦ blue 251

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

Shades of Neon Blue #5B38FB

Tints of Neon Blue #5B38FB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.07%

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

R = 22.86%
G = 14.07%
B = 63.07%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5B38FB (or 0x5B38FB) is known color: Neon Blue. HEX triplet: 5B, 38 and FB. RGB value is (91,56,251). Sum of RGB (Red+Green+Blue) = 91+56+251=398 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.86% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B38FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B38FB is #A4C704. Grayscale: #575757. Windows color (decimal): -10798853 or 16463963. OLE color: 16463963.

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

Color convert

RGB 91 56 251 -
CMYK 0.64 0.78 0 0.02
HSL 250.77º 0.96% 0.6% -
HSV(B) 250.77º 0.78% 0.98% -
XYZ 23.14 12.02 92.37 -
YUV 88.7 219.6 129.64 -
System Red Green Blue C M Y K H S L
Decimal 91 56 251 0.64 0.78 0 0.02 250.77 0.96 0.6
Hex 5B 38 FB 40 4E 0 2 FB 60 3C
Octal 133 70 373 100 116 0 2 373 140 74
Binary 1011011 111000 11111011 1000000 1001110 0 10 11111011 1100000 111100

Color Harmonies of #5B38FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B38FB

Black with #5B38FB

Text Example


Text Example

White with #5B38FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,56,251); }

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

background-color css

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

 a { background-color: rgb(91,56,251); }

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

border-color css

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

 span { border-color: rgb(91,56,251); }

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