Html Css Color HEX #615DFF Neon Blue

📋 copy color: '#615DFF'

red 97 ◦ green 93 ◦ blue 255

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

Shades of Neon Blue #615DFF

Tints of Neon Blue #615DFF

RGB

 RED value IS 97 (38.28% from 255) = 21.8%

 GREEN value IS 93 (36.72% from 255) = 20.9%

 BLUE value IS 255 (100% from 255) = 57.3%

R = 21.8%
G = 20.9%
B = 57.3%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#615DFF (or 0x615DFF) is known color: Neon Blue. HEX triplet: 61, 5D and FF. RGB value is (97,93,255). Sum of RGB (Red+Green+Blue) = 97+93+255=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #615DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615DFF is #9EA200. Grayscale: #707070. Windows color (decimal): -10396161 or 16735585. OLE color: 16735585.

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

Color convert

RGB 97 93 255 -
CMYK 0.62 0.64 0 0
HSL 241.48º 1% 0.68% -
HSV(B) 241.48º 0.64% 1% -
XYZ 26.89 17.59 96.59 -
YUV 112.66 208.33 116.83 -
System Red Green Blue C M Y K H S L
Decimal 97 93 255 0.62 0.64 0 0 241.48 1 0.68
Hex 61 5D FF 3E 40 0 0 F1 64 44
Octal 141 135 377 76 100 0 0 361 144 104
Binary 1100001 1011101 11111111 111110 1000000 0 0 11110001 1100100 1000100

Color Harmonies of #615DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615DFF

Black with #615DFF

Text Example


Text Example

White with #615DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615DFF; }

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

 H1.HeaderClassName
 {
   color: #615DFF;
 }
 .AnyTagClassName
 {
   color: #615DFF;
 }
</style>

background-color css

<style>
 a { background-color: #615DFF; }

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

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

border-color css

<style>
 span { border-color: #615DFF; }

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

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