Html Css Color HEX #5D5FFA Neon Blue

📋 copy color: '#5D5FFA'

red 93 ◦ green 95 ◦ blue 250

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

Shades of Neon Blue #5D5FFA

Tints of Neon Blue #5D5FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.69%

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

R = 21.23%
G = 21.69%
B = 57.08%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5D5FFA (or 0x5D5FFA) is known color: Neon Blue. HEX triplet: 5D, 5F and FA. RGB value is (93,95,250). Sum of RGB (Red+Green+Blue) = 93+95+250=438 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.23% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #5D5FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5FFA is #A2A005. Grayscale: #6F6F6F. Windows color (decimal): -10657798 or 16408413. OLE color: 16408413.

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

Color convert

RGB 93 95 250 -
CMYK 0.63 0.62 0 0.02
HSL 239.24º 0.94% 0.67% -
HSV(B) 239.24º 0.63% 0.98% -
XYZ 25.86 17.41 92.44 -
YUV 112.07 205.84 114.4 -
System Red Green Blue C M Y K H S L
Decimal 93 95 250 0.63 0.62 0 0.02 239.24 0.94 0.67
Hex 5D 5F FA 3F 3E 0 2 EF 5E 43
Octal 135 137 372 77 76 0 2 357 136 103
Binary 1011101 1011111 11111010 111111 111110 0 10 11101111 1011110 1000011

Color Harmonies of #5D5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5FFA

Black with #5D5FFA

Text Example


Text Example

White with #5D5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,95,250); }

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

background-color css

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

 a { background-color: rgb(93,95,250); }

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

border-color css

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

 span { border-color: rgb(93,95,250); }

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