Html Css Color HEX #5D38FE Neon Blue

📋 copy color: '#5D38FE'

red 93 ◦ green 56 ◦ blue 254

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

Shades of Neon Blue #5D38FE

Tints of Neon Blue #5D38FE

RGB

 RED value IS 93 (36.72% from 255) = 23.08%

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

 BLUE value IS 254 (99.61% from 255) = 63.03%

R = 23.08%
G = 13.9%
B = 63.03%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5D38FE (or 0x5D38FE) is known color: Neon Blue. HEX triplet: 5D, 38 and FE. RGB value is (93,56,254). Sum of RGB (Red+Green+Blue) = 93+56+254=403 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.08% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D38FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D38FE is #A2C701. Grayscale: #585858. Windows color (decimal): -10667778 or 16660573. OLE color: 16660573.

HSL color Cylindrical-coordinate representation of color #5D38FE: hue angle of 251.21º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D38FE is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 93 56 254 -
CMYK 0.63 0.78 0 0.00
HSL 251.21º 0.99% 0.61% -
HSV(B) 251.21º 0.78% 1% -
XYZ 23.82 12.31 94.89 -
YUV 89.64 220.76 130.4 -
System Red Green Blue C M Y K H S L
Decimal 93 56 254 0.63 0.78 0 0.00 251.21 0.99 0.61
Hex 5D 38 FE 3F 4E 0 0 FB 63 3D
Octal 135 70 376 77 116 0 0 373 143 75
Binary 1011101 111000 11111110 111111 1001110 0 0 11111011 1100011 111101

Color Harmonies of #5D38FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D38FE

Black with #5D38FE

Text Example


Text Example

White with #5D38FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,56,254); }

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

background-color css

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

 a { background-color: rgb(93,56,254); }

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

border-color css

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

 span { border-color: rgb(93,56,254); }

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