Html Css Color HEX #5D61F3 Neon Blue

📋 copy color: '#5D61F3'

red 93 ◦ green 97 ◦ blue 243

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

Shades of Neon Blue #5D61F3

Tints of Neon Blue #5D61F3

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.4%

 BLUE value IS 243 (95.31% from 255) = 56.12%

R = 21.48%
G = 22.4%
B = 56.12%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5D61F3 (or 0x5D61F3) is known color: Neon Blue. HEX triplet: 5D, 61 and F3. RGB value is (93,97,243). Sum of RGB (Red+Green+Blue) = 93+97+243=433 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.48% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 243 (95.31% from 255 or 56.12% from 433); Max value from RGB is 243 - color contains mainly: blue. Hex color #5D61F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D61F3 is #A29E0C. Grayscale: #6F6F6F. Windows color (decimal): -10657293 or 15950173. OLE color: 15950173.

HSL color Cylindrical-coordinate representation of color #5D61F3: hue angle of 238.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D61F3 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 93 97 243 -
CMYK 0.62 0.60 0 0.05
HSL 238.4º 0.86% 0.66% -
HSV(B) 238.4º 0.62% 0.95% -
XYZ 24.97 17.35 86.83 -
YUV 112.45 201.67 114.13 -
System Red Green Blue C M Y K H S L
Decimal 93 97 243 0.62 0.60 0 0.05 238.4 0.86 0.66
Hex 5D 61 F3 3E 3C 0 5 EE 56 42
Octal 135 141 363 76 74 0 5 356 126 102
Binary 1011101 1100001 11110011 111110 111100 0 101 11101110 1010110 1000010

Color Harmonies of #5D61F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D61F3

Black with #5D61F3

Text Example


Text Example

White with #5D61F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,97,243); }

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

background-color css

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

 a { background-color: rgb(93,97,243); }

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

border-color css

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

 span { border-color: rgb(93,97,243); }

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