Html Css Color HEX #5C61FE Neon Blue

📋 copy color: '#5C61FE'

red 92 ◦ green 97 ◦ blue 254

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

Shades of Neon Blue #5C61FE

Tints of Neon Blue #5C61FE

RGB

 RED value IS 92 (36.33% from 255) = 20.77%

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

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

R = 20.77%
G = 21.9%
B = 57.34%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5C61FE (or 0x5C61FE) is known color: Neon Blue. HEX triplet: 5C, 61 and FE. RGB value is (92,97,254). Sum of RGB (Red+Green+Blue) = 92+97+254=443 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.77% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #5C61FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C61FE is #A39E01. Grayscale: #707070. Windows color (decimal): -10722818 or 16671068. OLE color: 16671068.

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

Color convert

RGB 92 97 254 -
CMYK 0.64 0.62 0 0.00
HSL 238.15º 0.99% 0.68% -
HSV(B) 238.15º 0.64% 1% -
XYZ 26.58 17.98 95.84 -
YUV 113.4 207.34 112.73 -
System Red Green Blue C M Y K H S L
Decimal 92 97 254 0.64 0.62 0 0.00 238.15 0.99 0.68
Hex 5C 61 FE 40 3E 0 0 EE 63 44
Octal 134 141 376 100 76 0 0 356 143 104
Binary 1011100 1100001 11111110 1000000 111110 0 0 11101110 1100011 1000100

Color Harmonies of #5C61FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C61FE

Black with #5C61FE

Text Example


Text Example

White with #5C61FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,97,254); }

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

background-color css

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

 a { background-color: rgb(92,97,254); }

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

border-color css

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

 span { border-color: rgb(92,97,254); }

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